Skip to content

Commit 4a30d59

Browse files
committed
Fix lint
1 parent 7945c1f commit 4a30d59

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

frontend/src/features/user-profile/components/CalendarDateSelector.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,11 @@ const CalendarDateSelector: React.FC<CalendarDateSelectorProps> = ({
124124
flex="1"
125125
gap="0.75rem"
126126
>
127-
<Text style={textStyles.caption} color={colors.gray[500]} margin="0">
127+
<Text
128+
style={textStyles.caption}
129+
color={colors.gray[500]}
130+
margin="0"
131+
>
128132
{DAYS[index]}
129133
</Text>
130134
<Button

0 commit comments

Comments
 (0)