🎨 fix(association): update association status check for project support display logic

This commit is contained in:
fsociety
2024-10-31 23:39:07 +01:00
parent 7ae6e63ffe
commit 53116dc966

View File

@@ -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">