diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2021-03-03 16:47:59 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2021-03-03 16:47:59 +0200 |
| commit | becacf064303f0fceca8def3f1c49248b9d3e5f8 (patch) | |
| tree | dfd86410926eb0224f300df6439ab27775cdb51a /src/App.vue | |
| parent | 0673511fc246d67356dd656ad81ba401e3179108 (diff) | |
remove shoutbox test hacks
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index e09ce4c8..1a166778 100644 --- a/src/App.vue +++ b/src/App.vue @@ -50,7 +50,7 @@ <media-modal /> </div> <chat-panel - v-if="currentUser" + v-if="currentUser && chat" :floating="true" class="floating-chat mobile-hidden" /> |
