From 5d70775055baf4fab6ff97fff8daa80aa6711d70 Mon Sep 17 00:00:00 2001 From: Lucas Di Pentima Date: Wed, 17 Mar 2021 17:50:02 -0300 Subject: [PATCH] 16848: Removed commented out code. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- src/views-components/token-dialog/token-dialog.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views-components/token-dialog/token-dialog.tsx b/src/views-components/token-dialog/token-dialog.tsx index 714a13b9..1aa3dd07 100644 --- a/src/views-components/token-dialog/token-dialog.tsx +++ b/src/views-components/token-dialog/token-dialog.tsx @@ -28,7 +28,6 @@ import { DefaultCodeSnippet } from '~/components/default-code-snippet/default-co import { snackbarActions, SnackbarKind } from '~/store/snackbar/snackbar-actions'; import { getNewExtraToken } from '~/store/auth/auth-action'; import { DetailsAttributeComponent } from '~/components/details-attribute/details-attribute'; -// import { DetailsAttribute } from '~/components/details-attribute/details-attribute'; type CssRules = 'link' | 'paper' | 'button' | 'actionButton' | 'codeBlock'; -- 2.30.2