remove I Am

This commit is contained in:
dev.daminik00 2024-06-11 19:27:56 +02:00
parent b08dbc61e9
commit f5ef3eeb1e
2 changed files with 2 additions and 2 deletions

View File

@ -343,7 +343,7 @@ function HomePage(): JSX.Element {
<Slider>
{predictionMoonsPeriods.map((item, index) => (
<NameHoroscopeSlider
data={{ ...item, name: user.username || "I Am" }}
data={{ ...item, name: user.username || "" }}
key={index}
onClick={() => {
handleNameHoroscope(item);

View File

@ -5,7 +5,7 @@ import { getClientLocale, getClientTimezone } from '../locales'
const initialState: User.User = {
id: undefined,
username: "I Am",
username: "",
email: '',
locale: getClientLocale(),
state: '',