Skip to content

Commit

Permalink
fix: duplicated connect btn, closes #5255
Browse files Browse the repository at this point in the history
  • Loading branch information
alter-eggo committed Apr 18, 2024
1 parent 1858348 commit fe0518e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ export function CryptoCurrencyAssetItemLayout({

const captionRight = (
<SkeletonLoader width="78px" isLoading={isLoading}>
{rightElement ? (
rightElement
) : (
{!rightElement && (
<Caption>
<Flex alignItems="center" gap="space.02" color="inherit">
<BulletSeparator>
Expand Down

0 comments on commit fe0518e

Please sign in to comment.