Hiding old buttons
This commit is contained in:
@@ -78,6 +78,7 @@ onMount(() => {
|
||||
</span>
|
||||
{/if}
|
||||
</a>
|
||||
{#if $ae_loc.edit_mode && $ae_loc.trusted_access}
|
||||
<button
|
||||
type="button"
|
||||
disabled={!$ae_loc.administrator_access}
|
||||
@@ -118,8 +119,9 @@ onMount(() => {
|
||||
</span>
|
||||
{/if}
|
||||
</button>
|
||||
{/if}
|
||||
|
||||
{#if ($ae_loc.trusted_access && $ae_loc.edit_mode) || idaa_post_obj.external_person_id === $idaa_loc.novi_uuid}
|
||||
{#if (1==3 && $ae_loc.trusted_access && $ae_loc.edit_mode) || idaa_post_obj.external_person_id === $idaa_loc.novi_uuid}
|
||||
<button
|
||||
type="button"
|
||||
disabled={!$ae_loc.administrator_access}
|
||||
|
||||
Reference in New Issue
Block a user