Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Add paging to get_lenses #125

Merged
merged 13 commits into from
Jul 16, 2020
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export const PluginTable = () => {
});
}, 1000);
return () => clearInterval(interval);

}, [state.toggle])

return(
Expand Down