Fix active button 👍
This commit is contained in:
parent
94177eee24
commit
6e4dba7a10
@ -140,7 +140,7 @@ function _getButtonComponents(toolbarButtons, activeButtons) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
isActive={activeButtons.includes(toolbarButtons.id)}
|
isActive={activeButtons.includes(button.id)}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user