diff --git a/src/components/HomePage/index.tsx b/src/components/HomePage/index.tsx index f288b91..f7ccd8b 100644 --- a/src/components/HomePage/index.tsx +++ b/src/components/HomePage/index.tsx @@ -343,7 +343,7 @@ function HomePage(): JSX.Element { {predictionMoonsPeriods.map((item, index) => ( { handleNameHoroscope(item); diff --git a/src/store/user.ts b/src/store/user.ts index 983e32b..1b07753 100644 --- a/src/store/user.ts +++ b/src/store/user.ts @@ -5,7 +5,7 @@ import { getClientLocale, getClientTimezone } from '../locales' const initialState: User.User = { id: undefined, - username: "I Am", + username: "", email: '', locale: getClientLocale(), state: '',