This commit is contained in:
akus062381 2021-05-27 15:26:43 -04:00 committed by mabashian
parent 9956538224
commit 5707d65d0f

View File

@ -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);