diff options
Diffstat (limited to 'src/components/notification/notification.js')
| -rw-r--r-- | src/components/notification/notification.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/notification/notification.js b/src/components/notification/notification.js index 95d094f4..15294e11 100644 --- a/src/components/notification/notification.js +++ b/src/components/notification/notification.js @@ -7,11 +7,13 @@ import generateProfileLink from 'src/services/user_profile_link_generator/user_p const Notification = { data () { return { - userExpanded: false + userExpanded: false, + betterShadow: this.$store.state.interface.browserSupport.cssFilter } }, props: [ - 'notification' + 'notification', + 'activatePanel' ], components: { Status, StillImage, UserCardContent |
