fix
This commit is contained in:
@@ -182,7 +182,7 @@ export const AuthProvider = ({ children }) => {
|
||||
}
|
||||
};
|
||||
const fetchMenuList = async (role) => {
|
||||
console.log(role,'role');
|
||||
if(!role||!user?.id) return;
|
||||
try {
|
||||
const { data, error } = await supabase
|
||||
.from('resources')
|
||||
|
||||
Reference in New Issue
Block a user