routing improved, settings initialized
This commit is contained in:
@@ -3,7 +3,6 @@ import store from '../store';
|
||||
|
||||
const loadMenu = async () => {
|
||||
try {
|
||||
console.log(store.getters.user);
|
||||
const userId = store.getters.user ? store.getters.user.id : null;
|
||||
if (!userId) {
|
||||
throw new Error('User ID not found');
|
||||
|
||||
Reference in New Issue
Block a user