mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
remove display of dt in setup (#1488)
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
This commit is contained in:
parent
e412dc10d6
commit
857409d5ad
@ -39,15 +39,10 @@ function getTitle(row: PoolTransaction, locale: string) {
|
|||||||
case 'SETUP': {
|
case 'SETUP': {
|
||||||
const firstToken = row.baseToken
|
const firstToken = row.baseToken
|
||||||
const firstTokenSymbol = firstToken?.symbol
|
const firstTokenSymbol = firstToken?.symbol
|
||||||
const secondToken = row.datatoken
|
|
||||||
const secondTokenSymbol = secondToken?.symbol
|
|
||||||
title += `Create pool with ${formatPrice(
|
title += `Create pool with ${formatPrice(
|
||||||
Math.abs(row.baseTokenValue).toString(),
|
Math.abs(row.baseTokenValue).toString(),
|
||||||
locale
|
locale
|
||||||
)}${firstTokenSymbol} and ${formatPrice(
|
)}${firstTokenSymbol}`
|
||||||
Math.abs(row.datatokenValue).toString(),
|
|
||||||
locale
|
|
||||||
)}${secondTokenSymbol}`
|
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
case 'JOIN':
|
case 'JOIN':
|
||||||
|
Loading…
Reference in New Issue
Block a user