diff --git a/src/components/pages/diary/diaryflow/Content/Style.tsx b/src/components/pages/diary/diaryflow/Content/Style.tsx index 422e0e2..a16e916 100644 --- a/src/components/pages/diary/diaryflow/Content/Style.tsx +++ b/src/components/pages/diary/diaryflow/Content/Style.tsx @@ -40,7 +40,7 @@ const Style = ({ setIsLoaded(true); }) .catch((error) => { - throw error; + showBoundary(error); }); } else if (flow === DIARY_FLOW.CREATE) { createDiaryAndGetId(diaryInfo)