diff options
| author | shpuld <shp@cock.li> | 2019-03-14 17:46:04 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2019-03-14 17:46:04 +0200 |
| commit | f19284357e94968cdc9d4034c5e33ef9d6f6d9d7 (patch) | |
| tree | 81ba0e1f4b06aac964daa7b2d55babeb767bd73b /src/components/notifications/notifications.js | |
| parent | 7ce8fe92141cde52e3f47d555bd6c604e1a673ed (diff) | |
make nav bar slide, move mobile post status to mobile nav
Diffstat (limited to 'src/components/notifications/notifications.js')
| -rw-r--r-- | src/components/notifications/notifications.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/notifications/notifications.js b/src/components/notifications/notifications.js index 9fc5e38a..d3db4b29 100644 --- a/src/components/notifications/notifications.js +++ b/src/components/notifications/notifications.js @@ -7,6 +7,9 @@ import { } from '../../services/notification_utils/notification_utils.js' const Notifications = { + props: [ + 'noHeading' + ], created () { const store = this.$store const credentials = store.state.users.currentUser.credentials |
