Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Yu <[email protected]>
  • Loading branch information
Keith-CY authored Jun 21, 2024
1 parent f01ed15 commit 9b99f3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@
},
"xudt": {
"holder_allocation": "地址分布",
"holder_allocation_description": "当前地址有{{ckb}} CKB地址持有人及{{btc}} BTC 地址持有人",
"holder_allocation_description": "当前地址有 {{ckb}} CKB 地址持有人及 {{btc}} BTC 地址持有人",
"lock_hash": "Lock Hash",
"count": "Count",
"xudt": "xUDT",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Xudt/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const Xudt = () => {
<div className={classNames(styles.container, 'container')}>
<UDTOverviewCard typeHash={typeHash} xudt={xudt} refetchUDT={queryUDT.refetch} />

<div className={styles.uDTTransactionTitlePanel}>
<div className={styles.udtTransactionTitlePanel}>
<div className={styles.udtTransactionContainer}>
<div className={styles.udtTransactionTitle}>
{`${t('transaction.transactions')} (${localeNumberString(total)})`}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Xudt/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,6 @@
}
}

.uDTTransactionsPanel {
.udtTransactionsPanel {
width: 100%;
}

0 comments on commit 9b99f3a

Please sign in to comment.