diff --git a/packages/frontend/src/components/shared/Select/Select.tsx b/packages/frontend/src/components/shared/Select/Select.tsx index 963cc0bb..6e53ee5c 100644 --- a/packages/frontend/src/components/shared/Select/Select.tsx +++ b/packages/frontend/src/components/shared/Select/Select.tsx @@ -284,15 +284,15 @@ export const Select = ({ onClear?.(); }; - const renderLabels = useMemo( - () => ( -
{label}
{description}