Skip to content

Commit cc8a7c0

Browse files
authored
Merge pull request #247 from Soohyuniii/fix/일반콘텐츠의-select-info를-빠른-친구-화면으로-수정
fix: 일반 콘텐츠의 navigate 수정
2 parents ba97537 + c0a3b3e commit cc8a7c0

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)