Skip to content

Commit c0a3b3e

Browse files
committed
fix: 일반 콘텐츠의 navigate 수정
1 parent ba97537 commit c0a3b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Content.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const Content = () => {
1919
element: "대화 시작하기"
2020
});
2121

22-
navigate("/select-info", { state: "fastFriend" });
22+
navigate("/select-info", { state: { type: "fastFriend" } });
2323
};
2424

2525
const renderContentWithLineBreaks = (text: string) => {

0 commit comments

Comments
 (0)