Skip to content

Commit 140a580

Browse files
committed
lint fix
1 parent 057561b commit 140a580

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

frontend/src/components/Media/MediaView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,4 +188,4 @@ export function MediaView({ onClose, images, type = 'image' }: MediaViewProps) {
188188
/>
189189
</div>
190190
);
191-
}
191+
}

frontend/src/hooks/useImageViewControls.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export const useImageViewControls = () => {
1717
dragStart: { x: 0, y: 0 },
1818
});
1919

20-
2120
const handleZoomIn = useCallback(() => {
2221
setViewState((prev) => ({
2322
...prev,

0 commit comments

Comments
 (0)