Skip to content

Commit

Permalink
feat: 2,000m / 4,000m ์ถ”๊ฐ€
Browse files Browse the repository at this point in the history
  • Loading branch information
summermong committed Nov 12, 2024
1 parent ff69a4b commit 15edfdb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions features/setting/components/organisms/setting-calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,15 @@ export function SettingCalendar({
<ListItem text="1,000m" onClick={() => handleListItemClick(1000)}>
<Radio value={1000} />
</ListItem>
<ListItem text="2,000m" onClick={() => handleListItemClick(2000)}>
<Radio value={2000} />
</ListItem>
<ListItem text="3,000m" onClick={() => handleListItemClick(3000)}>
<Radio value={3000} />
</ListItem>
<ListItem text="4,000m" onClick={() => handleListItemClick(4000)}>
<Radio value={4000} />
</ListItem>
<ListItem text="5,000m" onClick={() => handleListItemClick(5000)}>
<Radio value={5000} />
</ListItem>
Expand Down

0 comments on commit 15edfdb

Please sign in to comment.