Hotfix for previous commit

This commit is contained in:
Cecile Tonglet 2021-09-08 14:00:02 +01:00
parent 9f04e97c11
commit 0d10d73d6b

View file

@ -153,7 +153,7 @@ impl<T: Clone + PartialEq + Hash + 'static> Component for Tabs<T> {
<div
class=classes!(
"bp3-tab-panel",
selected.then(|| props.panel_class.clone()).flatten(),
selected.then(|| props.panel_class.clone()),
)
aria-labelledby=title_id.to_string()
aria-hidden=(!selected).then(|| "true")