Skip to content

Commit

Permalink
remove unneeded return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndsiWilliams committed Feb 3, 2023
1 parent c6a9b07 commit 57ccf2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion superset-frontend/src/views/CRUD/data/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ export const useDatasetsList = (
}

setDatasets(results);
return results;
}, []);

useEffect(() => {
Expand Down

0 comments on commit 57ccf2c

Please sign in to comment.