diff --git a/src/hooks/useFetchMybar.ts b/src/hooks/useFetchMybar.ts index bd1f0e6..bc5f22e 100644 --- a/src/hooks/useFetchMybar.ts +++ b/src/hooks/useFetchMybar.ts @@ -21,8 +21,8 @@ export const useFetchMyBar = () => { error: myBarError, } = useQuery(GET_MY_BAR) - const [sectionsData, setSectionsData] = useState([]) - const [sectionsHeader, setSectionsHeader] = useState([]) + const [sectionsData, setSectionsData] = useState([]) + const [sectionsHeader, setSectionsHeader] = useState([]) const [ingredientsInMyBar, setIngredientsInMyBar] = useState([]) useEffect(() => {