Skip to content

Commit d0994fd

Browse files
committed
Fix linting
1 parent 2873da7 commit d0994fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/QuestionImageContainer/QuestionImageContainer.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jest.mock("../../utils/api", () => ({
1111

1212
describe("Question Image Container", () => {
1313
const mockLocalStorage = (() => {
14-
let store: { [key: string]: string } = { token: "test" };
14+
const store: { [key: string]: string } = { token: "test" };
1515

1616
return {
1717
getItem(key: string) {

0 commit comments

Comments
 (0)