Remove useless comma

This commit is contained in:
jasper 2019-04-01 07:27:12 -07:00
parent 4a2f676f2e
commit 80277e5571
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ const Notification = {
return this.userInStore
}
return {}
},
}
}
}