remove I Am
This commit is contained in:
parent
b08dbc61e9
commit
f5ef3eeb1e
@ -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);
|
||||||
|
|||||||
@ -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: '',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user