diff --git a/libs/ui-toolkit/package.json b/libs/ui-toolkit/package.json index c601eac1f..f63d4ed2b 100644 --- a/libs/ui-toolkit/package.json +++ b/libs/ui-toolkit/package.json @@ -1,4 +1,4 @@ { "name": "@vegaprotocol/ui-toolkit", - "version": "0.12.5" + "version": "0.12.6" } diff --git a/libs/ui-toolkit/src/components/healthbar/healthbar.tsx b/libs/ui-toolkit/src/components/healthbar/healthbar.tsx index 6ac590b35..832995e20 100644 --- a/libs/ui-toolkit/src/components/healthbar/healthbar.tsx +++ b/libs/ui-toolkit/src/components/healthbar/healthbar.tsx @@ -25,14 +25,14 @@ const Target = ({ return ( +
{t('Target stake')} {addDecimalsFormatNumber(target, decimals)} - +
} >
} {showOverflow && ( + t( 'Providers greater than 2x target stake not shown' ) +
+ } >
...
diff --git a/libs/utils/package.json b/libs/utils/package.json index 11e4fe61e..05a825a20 100644 --- a/libs/utils/package.json +++ b/libs/utils/package.json @@ -1,5 +1,5 @@ { "name": "@vegaprotocol/utils", - "version": "0.0.5", + "version": "0.0.6", "type": "commonjs" }