Remove tab ID property

This commit is contained in:
Marshall Polaris 2022-07-24 14:14:33 -07:00
parent 9093b70122
commit 1942b02947

View File

@ -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()