aboutsummaryrefslogtreecommitdiff
path: root/src/components/notification/notification.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/notification/notification.js')
-rw-r--r--src/components/notification/notification.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/components/notification/notification.js b/src/components/notification/notification.js
index e83b2263..f95a329f 100644
--- a/src/components/notification/notification.js
+++ b/src/components/notification/notification.js
@@ -11,10 +11,7 @@ const Notification = {
betterShadow: this.$store.state.interface.browserSupport.cssFilter
}
},
- props: [
- 'notification',
- 'activatePanel'
- ],
+ props: [ 'notification' ],
components: {
Status, StillImage, UserCardContent
},