feat: update profile view to show pubkey only to non-association members

This commit is contained in:
fsociety
2024-09-30 16:30:49 +02:00
parent 7e3d95c78b
commit e604c94541

View File

@@ -327,7 +327,7 @@ $loadEvents = function () {
</div> </div>
</div> </div>
</template> </template>
@if($currentPubkey) @if($currentPubkey && $currentPleb->association_status->value < 2)
<div <div
class="inline-flex min-w-80 px-4 py-2 rounded-lg text-sm bg-white dark:bg-gray-800 shadow-sm border border-gray-200 dark:border-gray-700/60 text-gray-600 dark:text-gray-100"> class="inline-flex min-w-80 px-4 py-2 rounded-lg text-sm bg-white dark:bg-gray-800 shadow-sm border border-gray-200 dark:border-gray-700/60 text-gray-600 dark:text-gray-100">
<div class="flex w-full justify-between items-start"> <div class="flex w-full justify-between items-start">