Skip to content

Commit 4270737

Browse files
committed
Mypage ui 개선2 & 내게시물/댓글 조회
1 parent 95d9f1a commit 4270737

6 files changed

Lines changed: 1052 additions & 275 deletions

File tree

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function AppContent() {
9191
<Route path="/mypage" element={<MyPageLayout nickname={nickname} />}>
9292
<Route index element={<Mypage nickname={nickname} />} />
9393
<Route path="project" element={<MyProject />} />
94-
<Route path="community" element={<MyCommunity />} />
94+
<Route path="community" element={<MyCommunity nickname={nickname} />} />
9595
<Route path="setting" element={<Settings nickname={nickname} />} />
9696
<Route path="shared" element={<Shared />} />
9797
</Route>

0 commit comments

Comments
 (0)