mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-07 15:58:50 +00:00
get images to load in correct order
This commit is contained in:
parent
71b77d82af
commit
a2630be349
4 changed files with 65 additions and 46 deletions
|
@ -21,7 +21,7 @@ function Profile() {
|
|||
|
||||
const [userData, setUserData] = useState<UserProfile | null>({
|
||||
id: "",
|
||||
username: "",
|
||||
username: undefined,
|
||||
bio: "",
|
||||
profilePictureUrl: null,
|
||||
followers: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue