Front: Pretty
This commit is contained in:
committed by
Clément Le Bihan
parent
e1ab9fe118
commit
2f27278d3a
@@ -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
|
// 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)
|
// (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]);
|
}, [user.data]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user