Skip to content

Commit 3c02f68

Browse files
committed
Fix lint
1 parent 7068d57 commit 3c02f68

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/components/QuestionImageContainer

1 file changed

+1
-1
lines changed

frontend/src/components/QuestionImageContainer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const QuestionImageContainer: React.FC<QuestionImageContainerProps> = ({
7878
}
7979

8080
toast.success("File uploaded successfully");
81-
} catch (error) {
81+
} catch {
8282
toast.error("Error uploading file");
8383
}
8484
};

0 commit comments

Comments
 (0)