Xahau translation
This commit is contained in:
@@ -129,7 +129,7 @@ export const TxUI: FC<UIProps> = ({
|
||||
|
||||
const otherFields = Object.keys(txFields).filter(k => !richFields.includes(k)) as [keyof TxFields]
|
||||
const amountOptions = [
|
||||
{ label: 'XRP', value: 'xrp' },
|
||||
{ label: 'XAH', value: 'xrp' },
|
||||
{ label: 'Token', value: 'token' }
|
||||
] as const
|
||||
|
||||
|
||||
Reference in New Issue
Block a user