diff options
Diffstat (limited to 'src/components/profile/TaggAvatar.tsx')
-rw-r--r-- | src/components/profile/TaggAvatar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/profile/TaggAvatar.tsx b/src/components/profile/TaggAvatar.tsx index 33650a04..3b1e561e 100644 --- a/src/components/profile/TaggAvatar.tsx +++ b/src/components/profile/TaggAvatar.tsx @@ -142,7 +142,7 @@ const TaggAvatar: React.FC<TaggAvatarProps> = ({ setValidImage(false); } }) - .catch((err) => { + .catch((_) => { setValidImage(false); }); }; |