Skip to content

Commit

Permalink
[ota.1.0]
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgeniyJB committed Jun 5, 2024
1 parent f3d71ec commit 3ddecdc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/modular/CollectionItem/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export function CollectionItem(props: CollectionItemProps) {
{collection.name}
</Text>
<Text
style={{ lineHeight: 0 }}
fontFamily="Inter_500Medium"
fontSize={13}
color={COLORS.neutral900}
Expand All @@ -56,7 +55,6 @@ export function CollectionItem(props: CollectionItemProps) {
color={COLORS.alphaBlack50}
fontSize={12}
>
{' '}
{t('common.address.with.count', { count: collection.accountCount })}
</Text>
{collection.accountCount > 0 && (
Expand Down

0 comments on commit 3ddecdc

Please sign in to comment.