diff --git a/libs/ui-toolkit/package.json b/libs/ui-toolkit/package.json index c1ff2b802..c601eac1f 100644 --- a/libs/ui-toolkit/package.json +++ b/libs/ui-toolkit/package.json @@ -1,4 +1,4 @@ { "name": "@vegaprotocol/ui-toolkit", - "version": "0.12.4" + "version": "0.12.5" } diff --git a/libs/ui-toolkit/src/components/healthbar/healthbar.tsx b/libs/ui-toolkit/src/components/healthbar/healthbar.tsx index 2c1d17686..6ac590b35 100644 --- a/libs/ui-toolkit/src/components/healthbar/healthbar.tsx +++ b/libs/ui-toolkit/src/components/healthbar/healthbar.tsx @@ -82,12 +82,12 @@ const Level = ({ : '-'; const tooltipContent = ( - <> +
- {formattedFee}% {t('Fee')} + {formattedFee} {t('Fee')}
@@ -95,7 +95,7 @@ const Level = ({ {addDecimalsFormatNumber(commitmentAmount, decimals)}
- +
); return (