Remove tab ID property
This commit is contained in:
parent
9093b70122
commit
1942b02947
|
@ -38,7 +38,6 @@ export function UncontrolledTabs(props: TabProps & { activeIndex: number }) {
|
|||
{tabs.map((tab, i) => (
|
||||
<Link href="#" key={tab.title} shallow={false}>
|
||||
<a
|
||||
id={`tab-${i}`}
|
||||
key={tab.title}
|
||||
onClick={(e) => {
|
||||
e.preventDefault()
|
||||
|
|
Loading…
Reference in New Issue
Block a user