diff --git a/src/components/account/Health/HealthBar.tsx b/src/components/account/Health/HealthBar.tsx index 60baafba..41bc951e 100644 --- a/src/components/account/Health/HealthBar.tsx +++ b/src/components/account/Health/HealthBar.tsx @@ -63,7 +63,7 @@ export default function HealthBar({ health={isUpdated ? updatedHealth : health} healthFactor={isUpdated ? updatedHealthFactor : healthFactor} > - <> +
{showIcon && ( )} -
+
- +
) } diff --git a/src/components/common/Tooltip/index.tsx b/src/components/common/Tooltip/index.tsx index 85a47f22..1c94c7c1 100644 --- a/src/components/common/Tooltip/index.tsx +++ b/src/components/common/Tooltip/index.tsx @@ -48,7 +48,7 @@ export const Tooltip = (props: Props) => { visible={props.visible} > {props.children ? ( - { )} > {props.children} - +
) : ( ))} -
+