Skip to content

Commit

Permalink
Happy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Jan 5, 2024
1 parent 8ff40a7 commit e39ca36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const AddDataset = (props) => {
const [benchmark, setBenchmark] = React.useState(null);
const [datasetReaders, setDatasetReaders] = React.useState(null);

const { isSuccess: fetchReadersSuccess } = useQuery(
useQuery(
"fetchDatasetReaders",
ProjectAPI.fetchDatasetReaders,
{
Expand Down

0 comments on commit e39ca36

Please sign in to comment.