diff --git a/rsconcept/frontend/src/components/info/BadgeConstituenta.tsx b/rsconcept/frontend/src/components/info/BadgeConstituenta.tsx index 8d78b8e6..71320316 100644 --- a/rsconcept/frontend/src/components/info/BadgeConstituenta.tsx +++ b/rsconcept/frontend/src/components/info/BadgeConstituenta.tsx @@ -16,7 +16,7 @@ interface BadgeConstituentaProps extends CProps.Styling { function BadgeConstituenta({ value, prefixID, className, style, theme }: BadgeConstituentaProps) { return (
{value.alias} - +
); } diff --git a/rsconcept/frontend/src/components/select/PickSubstitutions.tsx b/rsconcept/frontend/src/components/select/PickSubstitutions.tsx index 8039896b..dccd93c0 100644 --- a/rsconcept/frontend/src/components/select/PickSubstitutions.tsx +++ b/rsconcept/frontend/src/components/select/PickSubstitutions.tsx @@ -182,7 +182,11 @@ function PickSubstitutions({ id: 'left_alias', size: 65, cell: props => ( - + ) }), columnHelper.display({ @@ -194,7 +198,11 @@ function PickSubstitutions({ id: 'right_alias', size: 65, cell: props => ( - + ) }), columnHelper.accessor(item => item.original_source.alias, {