mirror of
https://github.com/yewprint/yewprint
synced 2024-11-22 03:23:03 +00:00
Hotfix for previous commit
This commit is contained in:
parent
9f04e97c11
commit
0d10d73d6b
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue