mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 02:58:09 +01:00
b6ccd22d6c
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
4 lines
67 B
JavaScript
4 lines
67 B
JavaScript
export function formatETHFee (ethFee) {
|
|
return `${ethFee} ETH`
|
|
}
|