Remove useless comma
This commit is contained in:
parent
4a2f676f2e
commit
80277e5571
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ const Notification = {
|
||||||
return this.userInStore
|
return this.userInStore
|
||||||
}
|
}
|
||||||
return {}
|
return {}
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue