Skip to content

Commit

Permalink
[DUOS-2795][risk=no] Only run init once on mount (#2402)
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois authored Nov 16, 2023
1 parent ee4e3aa commit 0ac2a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/DatasetSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export const DatasetSearch = (props) => {
}
};
init();
});
}, []);

return (
loading ?
Expand Down

0 comments on commit 0ac2a75

Please sign in to comment.