mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2025-03-13 13:29:59 +01:00
Apply suggestion to src/components/notifications/notifications.js
This commit is contained in:
parent
3ebd4e4429
commit
9178908c1e
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ const Notifications = {
|
||||||
created () {
|
created () {
|
||||||
const store = this.$store
|
const store = this.$store
|
||||||
const credentials = store.state.users.currentUser.credentials
|
const credentials = store.state.users.currentUser.credentials
|
||||||
notificationsFetcher.fetchAndUpdate({ store: this.$store, credentials })
|
notificationsFetcher.fetchAndUpdate({ store, credentials })
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
mainClass () {
|
mainClass () {
|
||||||
|
|
Loading…
Reference in a new issue