diff --git a/src/react/account/details/properties/AccountKeys.tsx b/src/react/account/details/properties/AccountKeys.tsx index de2aa685b..5bb3beb6c 100644 --- a/src/react/account/details/properties/AccountKeys.tsx +++ b/src/react/account/details/properties/AccountKeys.tsx @@ -34,14 +34,6 @@ const ButtonContainer = styled.div` padding: ${spacing.r16}; `; -const EllipsisCell = styled.div` - overflow: hidden; - overflow-wrap: break-word; - text-overflow: ellipsis; - white-space: nowrap; - word-break: break-all; -`; - type Props = { account: Account; }; diff --git a/src/react/actions/__tests__/utils/dispatchActionsList.ts b/src/react/actions/__tests__/utils/dispatchActionsList.ts index d24619c6d..fb387fff1 100644 --- a/src/react/actions/__tests__/utils/dispatchActionsList.ts +++ b/src/react/actions/__tests__/utils/dispatchActionsList.ts @@ -35,7 +35,6 @@ import { SetManagementClientAction, SetOIDCLogoutAction, SetSTSClientAction, - SetZenkoClientAction, ToggleAllObjectsAction, ToggleObjectAction, ZenkoAppendSearchListAction, @@ -55,7 +54,6 @@ import { Marker, SearchResultList, ZenkoClientError, - ZenkoClient as ZenkoClientInterface, } from '../../../../types/zenko'; import { ACCOUNT, diff --git a/src/react/actions/auth.ts b/src/react/actions/auth.ts index 7db0face3..375d5a952 100644 --- a/src/react/actions/auth.ts +++ b/src/react/actions/auth.ts @@ -1,5 +1,4 @@ import STSClient from '../../js/STSClient'; -import ZenkoClient from '../../js/ZenkoClient'; import makeMgtClient from '../../js/managementClient'; import { ConfigAuthFailureAction,