We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f749ae commit 4e608ddCopy full SHA for 4e608dd
views/accounts/tabs/AddressTransactionTab/AddressTransaction.tsx
@@ -109,7 +109,7 @@ const AddressTransaction = ({ transaction }: Props) => {
109
size="2xs"
110
value={convertBalanceToView(transaction.fee)}
111
fixNumber={7}
112
- currency={process.env.NEXT_PUBLIC_NATIVE_TOKEN}
+ currency={process.env.NEXT_PUBLIC_NATIVE_TOKEN?.toUpperCase()}
113
classes="contrast-color-70"
114
/>
115
)}
views/transactions/TransactionRowContent.tsx
@@ -157,7 +157,7 @@ export default function TransactionRowContent({
157
158
value={convertBalanceToView(fee)}
159
160
161
162
163
0 commit comments