Merge pull request 'fix: fix profile' (#128) from fix-profile into main
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #128 Reviewed-by: Aleksander Wilczyński <aleks@alekswilc.dev>
This commit is contained in:
commit
fb806b0991
@ -37,9 +37,9 @@ const sortTrainsByList: Record<number, string> = {
|
||||
}
|
||||
|
||||
export const ProfileCard = ({ data, images }: { data: TProfileData, images: TImagesData }) => {
|
||||
const [sortTrainsBy, setSortTrainsBy] = useState(0);
|
||||
const [sortTrainsBy, setSortTrainsBy] = useState(2);
|
||||
const [sortTrainsBy2, setSortTrainsBy2] = useState(0);
|
||||
const [sortStationsBy, setSortStationsBy] = useState(2);
|
||||
const [sortStationsBy, setSortStationsBy] = useState(0);
|
||||
const [hideLeaderboardStatsModal, setHideLeaderboardStatsModal] = useState(false);
|
||||
const [hideProfileModal, setHideProfileModal] = useState(false);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user