diff --git a/awx/ui_next/src/components/MultiButtonToggle/MultiButtonToggle.jsx b/awx/ui_next/src/components/MultiButtonToggle/MultiButtonToggle.jsx index b30e4af1a0..4387a694a6 100644 --- a/awx/ui_next/src/components/MultiButtonToggle/MultiButtonToggle.jsx +++ b/awx/ui_next/src/components/MultiButtonToggle/MultiButtonToggle.jsx @@ -11,7 +11,7 @@ const SmallButton = styled(Button)` } `; -function MultiButtonToggle({ buttons, value, onChange, }) { +function MultiButtonToggle({ buttons, value, onChange }) { const setValue = newValue => { if (value !== newValue) { onChange(newValue);