Fix double display bug on list creator

This commit is contained in:
Jon Staab 2024-05-27 12:08:06 -07:00
parent 7e70c325e1
commit c6bab38410

View File

@ -17,9 +17,6 @@
<Anchor modal href={router.at("lists").of(address).at("edit").toString()}>
<i class="fa fa-edit" /> Edit
</Anchor>
{:else}
Created by
<PersonBadgeSmall inert pubkey={$event.pubkey} />
{/if}
</div>
</ListCard>