Skip to content

Commit

Permalink
fixed linting issues from enums
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Cross committed Dec 31, 2024
1 parent d7d00ad commit d8e191c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/components/Approvals/Snaps/SnapUICard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { Image } from 'react-native';
// External dependencies.
import {
AlignItems,
Display,
FlexDirection,
JustifyContent,
TextAlign,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { BoxElement, JSXElement, BoxProps } from '@metamask/snaps-sdk/jsx';
import { getJsxChildren } from '@metamask/snaps-utils';
import { NonEmptyArray } from '@metamask/utils';
import { TextColor } from '../../../../../component-library/components/Texts/Text';
import { mapToTemplate, Display, FlexDirection } from '../utils';
import { mapToTemplate, FlexDirection } from '../utils';
import { UIComponent, UIComponentFactory } from './types';
import { ViewStyle, ViewProps } from 'react-native';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { FooterElement, ButtonElement } from '@metamask/snaps-sdk/jsx';
import { getJsxChildren } from '@metamask/snaps-utils';
import { UIComponent, UIComponentFactory, UIComponentParams } from './types';
import { BackgroundColor, BlockSize, FlexDirection } from '../utils';
import { BackgroundColor } from '../utils';
import { ButtonVariant } from '@metamask/snaps-sdk';
import { Button as buttonFn } from './button';

Expand Down

0 comments on commit d8e191c

Please sign in to comment.