Skip to content

Commit

Permalink
remove unused imports and styled component
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMarcMilletScality committed Sep 4, 2024
1 parent 40e56d9 commit c11b5c6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
8 changes: 0 additions & 8 deletions src/react/account/details/properties/AccountKeys.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down
2 changes: 0 additions & 2 deletions src/react/actions/__tests__/utils/dispatchActionsList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ import {
SetManagementClientAction,
SetOIDCLogoutAction,
SetSTSClientAction,
SetZenkoClientAction,
ToggleAllObjectsAction,
ToggleObjectAction,
ZenkoAppendSearchListAction,
Expand All @@ -55,7 +54,6 @@ import {
Marker,
SearchResultList,
ZenkoClientError,
ZenkoClient as ZenkoClientInterface,
} from '../../../../types/zenko';
import {
ACCOUNT,
Expand Down
1 change: 0 additions & 1 deletion src/react/actions/auth.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import STSClient from '../../js/STSClient';
import ZenkoClient from '../../js/ZenkoClient';
import makeMgtClient from '../../js/managementClient';
import {
ConfigAuthFailureAction,
Expand Down

0 comments on commit c11b5c6

Please sign in to comment.