Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ient into fix/#326/template
  • Loading branch information
JeongWuk committed Dec 16, 2023
2 parents ca28145 + 899a497 commit 4e27fbb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import Button, { buttonSize } from "@/components/_common/Button";

const Error = ({
error,
reset,
}: {
error: AxiosError<ErrorResponse>;
reset: VoidFunction;
Expand Down Expand Up @@ -47,7 +46,7 @@ const Error = ({
<div className="flex gap-20">
<Button
className={`${buttonSize.md} bg-st-primary text-st-white`}
onClick={() => reset()}
onClick={() => location.reload()}
>
새로고침
</Button>
Expand Down

0 comments on commit 4e27fbb

Please sign in to comment.