Skip to content

Commit ff4a935

Browse files
fix: navigate '-1' → -1 오탈자 수정 (#40)
1 parent 124eeb9 commit ff4a935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/customize/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const Customize = () => {
1616
<Header
1717
left={<SvgButton icon={LeftArrow} width={24} height={24} onClick={() => navigate(-1)} />}
1818
right={
19-
<Button state="primary" size="S" onClick={() => navigate('-1')}>
19+
<Button state="primary" size="S" onClick={() => navigate(-1)}>
2020
저장
2121
</Button>
2222
}

0 commit comments

Comments
 (0)