Skip to content

Commit

Permalink
fix: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Feb 12, 2022
1 parent ec0f99f commit 7ab68c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quake_webapp/quake-editor/src/QuakeEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function QuakeEditor(props: Props) {
if (hasChange) {
onSave();
}
}, [lastValue, props, value]);
}, [lastValue, props, value, onSave]);

useInterval(() => {
trySaveEntry()
Expand Down

0 comments on commit 7ab68c9

Please sign in to comment.