add missing comma

This commit is contained in:
Mike Greiling 2018-01-12 13:49:30 -06:00
parent c2d26b6c79
commit 562991b6a8
No known key found for this signature in database
GPG key ID: 0303DF507FA67596

View file

@ -44,7 +44,7 @@
},
notificationTooltip() {
return this.subscribed ? LABEL_ON : LABEL_OFF;
}
},
},
methods: {
toggleSubscription() {