Skip to content

Commit 3f00d12

Browse files
committed
Default status to blank when dataset is authenticated.
1 parent 6ea2972 commit 3f00d12

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

frontend/src/components/datasets/DatasetCard.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -145,16 +145,6 @@ export default function DatasetCard(props: DatasetCardProps) {
145145
/>
146146
</Tooltip>
147147
);
148-
case "AUTHENTICATED":
149-
return (
150-
<Tooltip title="Only users who have logged in can access this dataset">
151-
<Chip
152-
label={status?.toLowerCase()}
153-
color="primary"
154-
size="small"
155-
/>
156-
</Tooltip>
157-
);
158148
case "PRIVATE":
159149
return (
160150
<Tooltip title="Only users given specific permissions can access this dataset">

0 commit comments

Comments
 (0)