diff --git a/liquidity/ui/src/components/Positions/PositionTableHeader.tsx b/liquidity/ui/src/components/Positions/PositionTableHeader.tsx index e48b940b..9044f183 100644 --- a/liquidity/ui/src/components/Positions/PositionTableHeader.tsx +++ b/liquidity/ui/src/components/Positions/PositionTableHeader.tsx @@ -86,25 +86,39 @@ export function PositionTableHeader() { {network?.preset === 'andromeda' ? null : ( - - + <> + - C-Ratio + Issued - - - C-ratio is a dynamic number that represents a ratio between your locked - collateral and your debt - - - } - > - - - - + + + + + + C-Ratio + + + + C-ratio is a dynamic number that represents a ratio between your locked + collateral and your debt + + + } + > + + + + + )} @@ -225,28 +228,56 @@ export function PositionRow({ {network?.preset === 'andromeda' ? null : ( - - + <> + - - + + + {liquidityPosition.availableCollateral.gt(0) && isRunning && ( + + + + )} + + + - - - + + + + + + + + + + + + )}