diff --git a/components/pages/grocery/GroceryList.tsx b/components/pages/grocery/GroceryList.tsx index be9f166..0fe5186 100644 --- a/components/pages/grocery/GroceryList.tsx +++ b/components/pages/grocery/GroceryList.tsx @@ -74,7 +74,7 @@ const GroceryList = ({onInputFocus}: {onInputFocus: (y: number) => void}) => { }, [groceries]); return ( - + { @@ -234,34 +235,6 @@ const CalendarSettingsPage = () => { color="black" text70BL /> - {profileData?.googleAccounts - ? Object.keys(profileData?.googleAccounts)?.map((googleMail) => { - const googleToken = profileData?.googleAccounts?.[googleMail]?.accessToken; - return ( - googleToken && ( -