We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95d9f1a commit 4270737Copy full SHA for 4270737
6 files changed
src/App.js
@@ -91,7 +91,7 @@ function AppContent() {
91
<Route path="/mypage" element={<MyPageLayout nickname={nickname} />}>
92
<Route index element={<Mypage nickname={nickname} />} />
93
<Route path="project" element={<MyProject />} />
94
- <Route path="community" element={<MyCommunity />} />
+ <Route path="community" element={<MyCommunity nickname={nickname} />} />
95
<Route path="setting" element={<Settings nickname={nickname} />} />
96
<Route path="shared" element={<Shared />} />
97
</Route>
0 commit comments