diff options
Diffstat (limited to 'src/components/profile/Cover.tsx')
-rw-r--r-- | src/components/profile/Cover.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/profile/Cover.tsx b/src/components/profile/Cover.tsx index 8aa6b0d3..e0b1e7e8 100644 --- a/src/components/profile/Cover.tsx +++ b/src/components/profile/Cover.tsx @@ -141,7 +141,7 @@ const Cover: React.FC<CoverProps> = ({userXId, screenType}) => { setValidImage(false); } }) - .catch((err) => { + .catch((_) => { setValidImage(false); }); }; |