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> <Slider>
{predictionMoonsPeriods.map((item, index) => ( {predictionMoonsPeriods.map((item, index) => (
<NameHoroscopeSlider <NameHoroscopeSlider
data={{ ...item, name: user.username || "I Am" }} data={{ ...item, name: user.username || "" }}
key={index} key={index}
onClick={() => { onClick={() => {
handleNameHoroscope(item); handleNameHoroscope(item);

View File

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