diff --git a/components/asset/MaturityPool/MaturityPoolsTable/index.tsx b/components/asset/MaturityPool/MaturityPoolsTable/index.tsx index 1cf00ba3e..e97716a40 100644 --- a/components/asset/MaturityPool/MaturityPoolsTable/index.tsx +++ b/components/asset/MaturityPool/MaturityPoolsTable/index.tsx @@ -50,12 +50,11 @@ const MaturityPoolsTable: FC = ({ symbol }) => { title={t('Maturity')} tooltipTitle={t('All fixed pools are due at {{hour}}.', { hour: getHourUTC2Local() })} /> - - + = ({ symbol }) => { {parseTimestamp(maturity, "MMM DD, 'YY")} - - ${totalDeposited} - - - ${totalBorrowed} - - - {toPercentage(depositAPR > minAPRValue ? depositAPR : undefined)} - - - {toPercentage(borrowAPR > minAPRValue ? borrowAPR : undefined)} + + + {toPercentage(depositAPR > minAPRValue ? depositAPR : undefined)} + - + + + + + {toPercentage(borrowAPR > minAPRValue ? borrowAPR : undefined)} + + +