v3: code quality pass, various bug fixes
This commit is contained in:
@@ -24,9 +24,9 @@ import { GlobalPlayer } from "./components/GlobalPlayer.tsx";
|
||||
import "./App.css";
|
||||
|
||||
function AppRoutes() {
|
||||
const { token } = useAuth();
|
||||
const { token, user } = useAuth();
|
||||
return (
|
||||
<WSProvider token={token}>
|
||||
<WSProvider token={token} userId={user?.id ?? null}>
|
||||
<FollowProvider>
|
||||
<BrowserRouter>
|
||||
<Routes>
|
||||
|
||||
Reference in New Issue
Block a user