diff --git a/.vscode/settings.json b/.vscode/settings.json index f3253b0eca..92447ab654 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -16,5 +16,6 @@ "typescript", "typescriptreact" ], - "typescript.tsdk": "node_modules/typescript/lib" + "typescript.tsdk": "node_modules/typescript/lib", + "i18next.i18nPaths": "/Users/jeffreyma/workspace/neuron/packages/neuron-wallet/dist/locales,/Users/jeffreyma/workspace/neuron/packages/neuron-wallet/src/locales,/Users/jeffreyma/workspace/neuron/packages/neuron-ui/src/locales,/Users/jeffreyma/workspace/neuron/packages/neuron-wallet/coverage/lcov-report/src/locales" } diff --git a/packages/neuron-ui/src/components/History/RowExtend.tsx b/packages/neuron-ui/src/components/History/RowExtend.tsx index 33f586116c..6d50f58bb2 100644 --- a/packages/neuron-ui/src/components/History/RowExtend.tsx +++ b/packages/neuron-ui/src/components/History/RowExtend.tsx @@ -2,7 +2,7 @@ import React, { useCallback } from 'react' import { useDispatch } from 'states' import { openExternal } from 'services/remote' -import { getExplorerUrl, localNumberFormatter, RoutePath, useLocalDescription } from 'utils' +import { clsx, getExplorerUrl, localNumberFormatter, RoutePath, useLocalDescription } from 'utils' import { TableProps } from 'widgets/Table' import CopyZone from 'widgets/CopyZone' import { useNavigate } from 'react-router-dom' @@ -64,47 +64,42 @@ const RowExtend = ({ column, columns, isMainnet, id, bestBlockNumber }: RowExten
-
+
{t('history.confirmations')}
{confirmationsLabel}
-
{t('history.description')}
-
- -
-