Resolve merge conflicts
This commit is contained in:
@@ -11,7 +11,9 @@ import AlertHistory from "./pages/alertHistory/AlertHistory";
|
||||
import Account from "./pages/user_account/Account";
|
||||
|
||||
export default function App() {
|
||||
const { currentUser, isSubscribed } = useAuth();
|
||||
const { currentUser, isSubscribed, loading } = useAuth();
|
||||
|
||||
if (loading) return null;
|
||||
|
||||
if (!currentUser) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user