Skip to content

Commit 0a5f191

Browse files
authored
Merge pull request #850 from aeternity/hotfix/tip-user
TipInput: Enable tipping on UserProfile page
2 parents 044cc1d + 2b17ad2 commit 0a5f191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TipInput.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</template>
2323
</Component>
2424
<Modal
25-
v-if="showModal && tip.url"
25+
v-if="showModal"
2626
@close="hideModal"
2727
>
2828
<Loading v-if="showLoading" />

0 commit comments

Comments
 (0)