Various relayer grid ui polish items

This commit is contained in:
Brandon Millman
2018-06-20 14:03:56 -07:00
committed by fragosti
parent 7c0fdc7ecf
commit bd03151c2a
6 changed files with 42 additions and 42 deletions

View File

@@ -362,4 +362,7 @@ export const utils = {
const formattedAmount = unitAmount.toFixed(precision);
return `${formattedAmount} ${symbol}`;
},
openUrl(url: string): void {
window.open(url, '_blank');
},
};