get images to load in correct order

This commit is contained in:
luisa.bellitto 2025-06-29 19:30:39 +02:00 committed by Rudi Regentonne
parent 71b77d82af
commit a2630be349
4 changed files with 65 additions and 46 deletions

View file

@ -21,7 +21,7 @@ function Profile() {
const [userData, setUserData] = useState<UserProfile | null>({
id: "",
username: "",
username: undefined,
bio: "",
profilePictureUrl: null,
followers: 0,