From 0c863772efd3e19dfca4d9381743df6af6d25b0d Mon Sep 17 00:00:00 2001 From: Terence Ng Date: Tue, 6 Feb 2024 15:09:17 +0800 Subject: [PATCH] changes --- src/app/screens/nftDashboard/rareSatsTabGridItem.tsx | 8 ++++---- src/app/screens/ordinalDetail/index.tsx | 2 +- src/locales/en.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/screens/nftDashboard/rareSatsTabGridItem.tsx b/src/app/screens/nftDashboard/rareSatsTabGridItem.tsx index e33b36bba..8fdb667a7 100644 --- a/src/app/screens/nftDashboard/rareSatsTabGridItem.tsx +++ b/src/app/screens/nftDashboard/rareSatsTabGridItem.tsx @@ -85,8 +85,8 @@ function RareSatsTabGridItem({ bundle, maxItems }: { bundle: Bundle; maxItems: n return icons.map((sats, index) => ( - {sats.map((sattribute, indexSatributes) => { - if (sattribute === 'ellipsis') { + {sats.map((satribute, indexSatributes) => { + if (satribute === 'ellipsis') { return ( +{totalTiles - totalTilesDisplayed} @@ -105,7 +105,7 @@ function RareSatsTabGridItem({ bundle, maxItems }: { bundle: Bundle; maxItems: n } return ( // eslint-disable-next-line react/no-array-index-key - + ); })} diff --git a/src/app/screens/ordinalDetail/index.tsx b/src/app/screens/ordinalDetail/index.tsx index ac8e6aca8..0003b0b71 100644 --- a/src/app/screens/ordinalDetail/index.tsx +++ b/src/app/screens/ordinalDetail/index.tsx @@ -607,7 +607,7 @@ function OrdinalDetailScreen() { const stributesBadges = showSatributes && ( - {commonT('SATTRIBUTES')} + {commonT('SATRIBUTES')} {ordinalSatributes.map((satribute, index) => { diff --git a/src/locales/en.json b/src/locales/en.json index bc0315cef..4a2ab382d 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -4,7 +4,7 @@ "SEND": "Send", "COMBO": "Combo", "SATS": "Sats", - "SATTRIBUTES": "Sattributes", + "SATRIBUTES": "Satributes", "INPUT": "Input", "SIZE": "Size", "BUNDLE": "Bundle"