aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/helpers/utils/formatters.js
blob: 106a2520dfb258f73e4172dd6764cf7ff7d3db6b (plain) (blame)
1
2
3
export function formatETHFee (ethFee) {
  return ethFee + ' ETH'
}