Skip to content

Commit

Permalink
lint moment
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamS-Quartech committed Oct 3, 2023
1 parent 9f6dc32 commit 22403aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const ObservationsTable = () => {

observationsContext.setInitialRows(rows);
}
}, [observationsDataLoader.data]);
}, [observationsContext, observationsDataLoader.data]);

const handleDeleteRow = (id: string | number) => {
observationsContext.markRecordWithUnsavedChanges(id);
Expand Down

0 comments on commit 22403aa

Please sign in to comment.