There was an error while loading. Please reload this page.
1 parent 530e421 commit 513c7d9Copy full SHA for 513c7d9
1 file changed
packages/neuron-ui/src/components/TransactionList/index.tsx
@@ -28,8 +28,6 @@ import { CONFIRMATION_THRESHOLD } from 'utils/const'
28
const theme = getTheme()
29
const { semanticColors } = theme
30
31
-const MIN_CELL_WIDTH = 50
32
-
33
interface FormatTransaction extends State.Transaction {
34
date: string
35
}
@@ -82,8 +80,8 @@ const TransactionList = ({
82
80
name: t('history.type'),
83
81
key: 'type',
84
fieldName: 'type',
85
- minWidth: MIN_CELL_WIDTH,
86
- maxWidth: 50,
+ minWidth: 70,
+ maxWidth: 70,
87
onRender: (item?: FormatTransaction) => {
88
if (!item) {
89
return null
0 commit comments