Skip to content

Commit

Permalink
Clean up paragraph spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
mattupham committed Sep 13, 2024
1 parent f453b29 commit 137654e
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -405,9 +405,9 @@ export const OneClickTradingSettings = ({
</div>
)}

<div className="flex flex-col gap-2">
{isOneClickTradingEnabled &&
(isLoadingEstimateRemoveTx || !!estimateRemoveTxData) && (
{isOneClickTradingEnabled &&
(isLoadingEstimateRemoveTx || !!estimateRemoveTxData) && (
<div className="flex flex-col gap-2">
<SkeletonLoader
className="h-5 self-center"
isLoaded={!isLoadingEstimateRemoveTx}
Expand All @@ -431,8 +431,8 @@ export const OneClickTradingSettings = ({
)
</p>
</SkeletonLoader>
)}
</div>
</div>
)}
</div>
</Screen>

Expand Down

0 comments on commit 137654e

Please sign in to comment.