aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-03-19 04:53:11 -0400
committertaehoon <th.dev91@gmail.com>2019-05-03 11:40:05 -0400
commit2cda9010df6192b008515b2138a2e071473bc40b (patch)
treeb753369b2c9803fa5c0cae0e70895f5d0dfae0cc /src/App.vue
parent0438031da44a70816716de40625541d569a49c85 (diff)
add user reporting modal
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue
index 3b8623ad..cb7e8d78 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -46,6 +46,7 @@
<media-modal></media-modal>
</div>
<chat-panel :floating="true" v-if="currentUser && chat" class="floating-chat mobile-hidden"></chat-panel>
+ <UserReportingModal />
</div>
</template>