Skip to content

Commit

Permalink
Change 'nothing' text in dataset redirect page
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Mar 1, 2024
1 parent b121b2b commit b462fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DatasetRedirect/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const DatasetRedirect = () => {
</>
);
}
return <>nothing</>;
return <>Redirecting to dataset viewer</>;
};

/**
Expand Down

0 comments on commit b462fd6

Please sign in to comment.