Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…frontend into develop
  • Loading branch information
Keith-CY committed Jul 19, 2024
2 parents f3f03f9 + 1be6745 commit 0598dc9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/XUDTTag/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useTranslation } from 'react-i18next'
import { useHistory } from 'react-router-dom'
import styles from './styles.module.scss'

const HIDDEN_TAGS = ['duplicate', 'suspicious', 'supply-unlimited', 'out-of-length-range']
const HIDDEN_TAGS = ['duplicate', 'suspicious', 'utility', 'supply-unlimited', 'out-of-length-range']

const XUDTTag = ({ tagName }: { tagName: string }) => {
const { t } = useTranslation()
Expand Down
1 change: 1 addition & 0 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,7 @@
"tags": {
"invalid": "Invalid",
"suspicious": "Suspicious",
"utility": "Utility",
"out-of-length-range": "Out Of Length Range",
"duplicate": "Duplicate",
"layer-1-asset": "Layer 1 Asset",
Expand Down
1 change: 1 addition & 0 deletions src/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,7 @@
"tags": {
"invalid": "无效",
"suspicious": "可疑",
"utility": "有效用的",
"out-of-length-range": "超长",
"duplicate": "重复",
"layer-1-asset": "Layer 1 资产",
Expand Down

0 comments on commit 0598dc9

Please sign in to comment.