Skip to content

Commit

Permalink
fix: 게시글 수정 동작 미동작 오류 수정 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
semnil5202 authored Apr 21, 2024
1 parent cb5b416 commit e811a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/FeedDetail/FeedDetail.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const FeedDetailPage = () => {
useInitScrollPosition(`feed/${feedId}`);

const onModifyFeedDetail = () => {
// 게시글 수정 로직 필요
navigate('/write-edit', { state: { ideaId: memberId } });
};

const onDeleteFeedDetail = async () => {
Expand Down

0 comments on commit e811a6c

Please sign in to comment.