Skip to content

Commit 37c5872

Browse files
authored
Update PracticePage.client.tsx
1 parent 88cc5b7 commit 37c5872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/blocks/PracticePage/PracticePage.client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export default function PracticeClient() {
149149
toast.error("잠시 후 다시 시도해주세요");
150150
}
151151
} catch (e: any) {
152-
toast.error(e.message || "잠시 후 다시 시도해주세요요");
152+
toast.error("잠시 후 다시 시도해주세요");
153153
} finally {
154154
setLoading(false);
155155
}

0 commit comments

Comments
 (0)