Front: Pretty

This commit is contained in:
Arthur Jamet
2023-09-08 09:13:25 +02:00
committed by Clément Le Bihan
parent e1ab9fe118
commit 2f27278d3a
+1 -1
View File
@@ -20,7 +20,7 @@ const UserAvatar = ({ size }: UserAvatarProps) => {
}
// NOTE: We do this to avoid parsing URL with `new URL`, which is not compatible with related path
// (which is used for production, on web)
return `${user.data.data.avatar}?updatedAt=${user.dataUpdatedAt.toString()}`
return `${user.data.data.avatar}?updatedAt=${user.dataUpdatedAt.toString()}`;
}, [user.data]);
return (