mirror of
https://github.com/wassname/talk.git
synced 2026-08-05 13:30:26 +08:00
This reverts commit 8409dbb4ea.
This commit is contained in:
committed by
Wyatt Johnson
parent
cd6a1db85b
commit
044cbd39f1
@@ -56,7 +56,7 @@ class Tab extends React.Component<TabProps> {
|
||||
|
||||
return (
|
||||
<li
|
||||
className={cn(styles.root, classes.root)}
|
||||
className={styles.root}
|
||||
key={tabID}
|
||||
id={`tab-${tabID}`}
|
||||
role="presentation"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
exports[`renders correctly 1`] = `
|
||||
<li
|
||||
className="Tab-root Tab-root"
|
||||
className="Tab-root"
|
||||
id="tab-three"
|
||||
role="presentation"
|
||||
>
|
||||
|
||||
@@ -6,7 +6,7 @@ exports[`renders correctly 1`] = `
|
||||
role="tablist"
|
||||
>
|
||||
<li
|
||||
className="Tab-root Tab-root"
|
||||
className="Tab-root"
|
||||
id="tab-one"
|
||||
role="presentation"
|
||||
>
|
||||
@@ -27,7 +27,7 @@ exports[`renders correctly 1`] = `
|
||||
</button>
|
||||
</li>
|
||||
<li
|
||||
className="Tab-root Tab-root"
|
||||
className="Tab-root"
|
||||
id="tab-two"
|
||||
role="presentation"
|
||||
>
|
||||
@@ -48,7 +48,7 @@ exports[`renders correctly 1`] = `
|
||||
</button>
|
||||
</li>
|
||||
<li
|
||||
className="Tab-root Tab-root"
|
||||
className="Tab-root"
|
||||
id="tab-three"
|
||||
role="presentation"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user