aboutsummaryrefslogtreecommitdiff
path: root/src/components/mobile_nav/mobile_nav.vue
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-07-31 13:18:47 -0400
committertaehoon <th.dev91@gmail.com>2019-08-06 20:53:09 -0400
commita13c945143946aa4e2d70710f03ae5113f61ac93 (patch)
tree14b57d5831e765c927ac5537a0e137c710e8194a /src/components/mobile_nav/mobile_nav.vue
parent17dc7357d5036681b346f745190204e213c0ef8c (diff)
do not unmount post status modal in desktop
Diffstat (limited to 'src/components/mobile_nav/mobile_nav.vue')
-rw-r--r--src/components/mobile_nav/mobile_nav.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/mobile_nav/mobile_nav.vue b/src/components/mobile_nav/mobile_nav.vue
index f67b7ff8..d1c24e56 100644
--- a/src/components/mobile_nav/mobile_nav.vue
+++ b/src/components/mobile_nav/mobile_nav.vue
@@ -70,7 +70,6 @@
ref="sideDrawer"
:logout="logout"
/>
- <MobilePostStatusModal />
</div>
</template>