Revert "improve(funnel): make sure group by profile id works as you would think"
This reverts commit 56edb91dd0.
This commit is contained in:
@@ -30,7 +30,11 @@ const Progress = React.forwardRef<
|
||||
}}
|
||||
/>
|
||||
{value && size !== 'sm' && (
|
||||
<div className="z-5 absolute bottom-0 top-0 flex items-center px-2 text-sm font-medium font-mono">
|
||||
<div
|
||||
className={
|
||||
'z-5 absolute bottom-0 top-0 flex items-center px-2 text-sm font-medium font-mono'
|
||||
}
|
||||
>
|
||||
<div>{round(value, 2)}%</div>
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user