Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
fix: added missing useEffect dep
Browse files Browse the repository at this point in the history
  • Loading branch information
IncognitoTGT committed Feb 11, 2024
1 parent 785eeb5 commit b828ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/View.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default function View() {
} else {
setAboutBlank(false);
}
}, []);
}, [toast]);
function onLoad() {
setSearch();
}
Expand Down

0 comments on commit b828ce4

Please sign in to comment.