correct navbar
This commit is contained in:
@@ -6,6 +6,6 @@ export function useAuth() {
|
||||
return React.useContext(AuthenticationContext);
|
||||
}
|
||||
|
||||
//export function getAuth() {
|
||||
// return React.useContext(AuthenticationContext).user;
|
||||
//}
|
||||
export function useGetAuth() {
|
||||
return React.useContext(AuthenticationContext).user;
|
||||
}
|
||||
|
Reference in New Issue
Block a user