fix: linter is picky

This commit is contained in:
Christian Landgren 2021-04-25 22:20:34 +02:00 committed by Viktor Sarström
parent 036968bfc3
commit 3af39c14be
1 changed files with 3 additions and 1 deletions

View File

@ -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>