mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
fix pool transactions setup title, kinda
This commit is contained in:
parent
6d7ca84056
commit
4def756c8d
@ -37,10 +37,10 @@ async function getTitle(row: PoolTransaction, locale: string) {
|
||||
)[0]
|
||||
const secondTokenSymbol = secondToken?.poolToken.symbol
|
||||
title += `Create pool with ${formatPrice(
|
||||
Math.abs(firstToken.value).toString(),
|
||||
Math.abs(firstToken?.value).toString(),
|
||||
locale
|
||||
)}${firstTokenSymbol} and ${formatPrice(
|
||||
Math.abs(secondToken.value).toString(),
|
||||
Math.abs(secondToken?.value).toString(),
|
||||
locale
|
||||
)}${secondTokenSymbol}`
|
||||
break
|
||||
|
Loading…
Reference in New Issue
Block a user