Skip to content

Commit

Permalink
refactor(tests reflecting change in menu.component)
Browse files Browse the repository at this point in the history
Co-authored-by: Lee Sheppard <coolusername244@users.noreply.github.com>
  • Loading branch information
PalmN72 and coolusername244 committed Nov 2, 2023
1 parent b6e61b2 commit 92ade9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/skolplattformen-app/components/menu.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const Menu = () => {
const styles = useStyleSheet(themedStyles)
const child = useChild()
const { data, status, reload } = useMenu(child)
const weekNr = data[0]?.title.split('Vecka')[1] ?? '-'
const weekNr = data[0]?.title.split('Vecka')[1] ?? ''

return (
<>
Expand Down

0 comments on commit 92ade9a

Please sign in to comment.