Skip to content

Commit 632907b

Browse files
committed
Only show install button if threads is not loading
1 parent 2c020ff commit 632907b

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

web/components/MessageThread.vue

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,13 @@
4242
New Message
4343
</v-btn>
4444
</v-sheet>
45-
<div v-if="$store.getters.getPhones.length === 0" class="px-4 text-center">
45+
<div
46+
v-if="
47+
$store.getters.getPhones.length === 0 ||
48+
$store.getters.getLoadingThreads === false
49+
"
50+
class="px-4 text-center"
51+
>
4652
<p>
4753
Install the mobile app on your android phone to start sending messages
4854
</p>

0 commit comments

Comments
 (0)