Skip to content

Commit 504eebc

Browse files
committed
no claim stuff on the embed
1 parent 47430c6 commit 504eebc

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

static/embed.vue

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -102,25 +102,6 @@
102102
>
103103
Balance: <span v-text="chatData.balance"></span> sats
104104
</div>
105-
<div v-if="authUser" class="text-caption text-grey q-mt-xs">
106-
<span v-if="chatData.claimed_by_id">
107-
Claimed by <span v-text="chatData.claimed_by_name"></span>
108-
</span>
109-
<q-btn
110-
class="q-ml-xs"
111-
dense
112-
flat
113-
color="primary"
114-
:label="
115-
isClaimedByMe
116-
? 'Release'
117-
: chatData.claimed_by_name
118-
? 'Steal'
119-
: 'Claim'
120-
"
121-
@click="toggleClaim"
122-
></q-btn>
123-
</div>
124105
</div>
125106
</div>
126107

0 commit comments

Comments
 (0)