Skip to content

Commit

Permalink
fix: linter is picky
Browse files Browse the repository at this point in the history
  • Loading branch information
irony authored and viktorlarsson committed Apr 28, 2021
1 parent 036968b commit 3af39c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/app/components/week.component.tsx
Expand Up @@ -63,7 +63,9 @@ export const Day = ({ weekDay, lunch, lessons }: DayProps) =>
<Text category="c1" style={styles.lunchLabel}>
Lunch
</Text>
<Text category="c2" style={styles.lunch}>{lunch}</Text>
<Text category="c2" style={styles.lunch}>
{lunch}
</Text>
<Text category="c1" style={styles.endTime}>
Slutar
</Text>
Expand Down

0 comments on commit 3af39c1

Please sign in to comment.