Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Oct 11, 2023
1 parent ceca75a commit 6dc9e19
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/features/account/AccountTokenScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,13 @@ const AccountTokenScreen = () => {
</Animated.View>
{mint.equals(NATIVE_MINT) &&
(amount || 0) < 0.02 * LAMPORTS_PER_SOL ? (
<Box minHeight={topHeaderHeight} mb="l" backgroundColor="warning" borderRadius="s" p="s">
<Box
minHeight={topHeaderHeight}
mb="l"
backgroundColor="warning"
borderRadius="s"
p="s"
>
<Text variant="body2" color="black700">
{t('accountsScreen.solWarning')}
</Text>
Expand Down

0 comments on commit 6dc9e19

Please sign in to comment.