mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-10 19:39:10 +00:00
fix: updated plex_userid to camelcase
This commit is contained in:
@@ -96,7 +96,7 @@ const router = createRouter({
|
||||
});
|
||||
|
||||
const loggedIn = () => store.getters["user/loggedIn"];
|
||||
const hasPlexAccount = () => store.getters["user/plexId"] !== null;
|
||||
const hasPlexAccount = () => store.getters["user/plexUserId"] !== null;
|
||||
const hamburgerIsOpen = () => store.getters["hamburger/isOpen"];
|
||||
|
||||
/* eslint-disable @typescript-eslint/no-explicit-any */
|
||||
|
||||
Reference in New Issue
Block a user