mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-13 05:26:47 +00:00
🎨 fix(association): update association status check for project support display logic
This commit is contained in:
@@ -224,7 +224,7 @@ $delete = function ($id) {
|
|||||||
:href="route('association.projectSupport.item', ['projectProposal' => $project])"
|
:href="route('association.projectSupport.item', ['projectProposal' => $project])"
|
||||||
label="Öffnen"/>
|
label="Öffnen"/>
|
||||||
@endif
|
@endif
|
||||||
@if($currentPleb && $currentPleb->association_status->value > 2 && $project->sats_paid)
|
@if($currentPleb && $currentPleb->association_status->value > 1 && $project->sats_paid)
|
||||||
<div class="m-1.5">
|
<div class="m-1.5">
|
||||||
<div
|
<div
|
||||||
class="text-sm inline-flex font-medium bg-green-500/20 text-green-700 rounded-full text-center px-2.5 py-1">
|
class="text-sm inline-flex font-medium bg-green-500/20 text-green-700 rounded-full text-center px-2.5 py-1">
|
||||||
|
|||||||
Reference in New Issue
Block a user