Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanfbrito committed Apr 17, 2024
1 parent 0b6879f commit 2daccab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/components/ServersView/DocumentViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const DocumentViewer = ({
setDocumentUrl(url);
}, 100);
}
}, [url]);
}, [url, documentUrl]);
return (
<>
<Box
Expand Down

0 comments on commit 2daccab

Please sign in to comment.