Commit 562991b6 authored by Mike Greiling's avatar Mike Greiling

add missing comma

parent c2d26b6c
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
}, },
notificationTooltip() { notificationTooltip() {
return this.subscribed ? LABEL_ON : LABEL_OFF; return this.subscribed ? LABEL_ON : LABEL_OFF;
} },
}, },
methods: { methods: {
toggleSubscription() { toggleSubscription() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment