Various relayer grid ui polish items
This commit is contained in:
committed by
fragosti
parent
7c0fdc7ecf
commit
bd03151c2a
@@ -362,4 +362,7 @@ export const utils = {
|
||||
const formattedAmount = unitAmount.toFixed(precision);
|
||||
return `${formattedAmount} ${symbol}`;
|
||||
},
|
||||
openUrl(url: string): void {
|
||||
window.open(url, '_blank');
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user