diff --git a/src/utils/components/PolicyForm/PolicyWizard/steps/UplinkConnectionStep/components/BondingInterfaceContent/components/AggregationModeSelect.tsx b/src/utils/components/PolicyForm/PolicyWizard/steps/UplinkConnectionStep/components/BondingInterfaceContent/components/AggregationModeSelect.tsx index 747ba52..436157d 100644 --- a/src/utils/components/PolicyForm/PolicyWizard/steps/UplinkConnectionStep/components/BondingInterfaceContent/components/AggregationModeSelect.tsx +++ b/src/utils/components/PolicyForm/PolicyWizard/steps/UplinkConnectionStep/components/BondingInterfaceContent/components/AggregationModeSelect.tsx @@ -65,7 +65,7 @@ const AggregationModeSelect: FC = ({ policy, setPoli value={name} isSelected={selectedAggregationMode === name} > - {`(${mode.label})`} + {mode.label} ))}