remove I Am
This commit is contained in:
parent
b08dbc61e9
commit
f5ef3eeb1e
@ -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);
|
||||
|
||||
@ -5,7 +5,7 @@ import { getClientLocale, getClientTimezone } from '../locales'
|
||||
|
||||
const initialState: User.User = {
|
||||
id: undefined,
|
||||
username: "I Am",
|
||||
username: "",
|
||||
email: '',
|
||||
locale: getClientLocale(),
|
||||
state: '',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user