node && handleTokenMount(node, token.id)}>
-
-
- }
- value={formatPercentage(token.protection)}
- />
- }
- value={formatBalance(token.valueLocked, pool?.currency.symbol)}
- />
- {token.seniority === 0 ? (
- }
- value="Variable"
- />
- ) : (
- }
- value={formatPercentage(token.apy)}
- />
- )}
-
- {formatBalanceAbbreviated(token.capacity, pool?.currency.symbol)}
-
- }
- />
-
- {token.tokenPrice && formatBalance(token.tokenPrice, pool?.currency.symbol, 4, 2)}
-
- }
- />
- {getTrancheAvailability(token.id) && }
-
-
-
- ))}
-