diff options
| author | jasper <jasper92341@hotmail.com> | 2019-04-01 07:27:12 -0700 |
|---|---|---|
| committer | jasper <jasper92341@hotmail.com> | 2019-04-01 07:27:12 -0700 |
| commit | 80277e5571bbe72d341dc17e7b418e6bdaa25029 (patch) | |
| tree | 1eeebe0380b1a4526c1ccd2e67f4adc3ba6932bd /src | |
| parent | 4a2f676f2e7fe40727b0aac573b8c0f9b88eb0fe (diff) | |
Remove useless comma
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/notification/notification.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notification/notification.js b/src/components/notification/notification.js index 1289616c..42a48f3f 100644 --- a/src/components/notification/notification.js +++ b/src/components/notification/notification.js @@ -40,7 +40,7 @@ const Notification = { return this.userInStore } return {} - }, + } } } |
