refactor(tests reflecting change in menu.component)

Co-authored-by: Lee Sheppard <coolusername244@users.noreply.github.com>
This commit is contained in:
Palmn72 2023-11-02 11:15:20 +01:00
parent b6e61b2bfa
commit 92ade9a5a3
1 changed files with 1 additions and 1 deletions

View File

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