hide reply button if it's an email, since it will not work
This commit is contained in:
parent
1b2177933c
commit
e4f1536eb0
1 changed files with 6 additions and 4 deletions
|
@ -94,10 +94,12 @@
|
|||
<span>{letter.stamp.amount} sats</span>
|
||||
</div>
|
||||
{/if}
|
||||
{#if !letter.emailAddress}
|
||||
<button class="reply-btn" onclick={handleReply}>
|
||||
<Icon icon="mdi:reply" />
|
||||
<span>Reply</span>
|
||||
</button>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue