chore: junk
This commit is contained in:
parent
bf8298fe68
commit
8fc368e1c1
|
@ -14,9 +14,7 @@ function Login() {
|
|||
<TabList>
|
||||
{strategies.map(([tab]) => <Tab key={tab}>{tab}</Tab>)}
|
||||
</TabList>
|
||||
<div className="behaved__tab-panels">
|
||||
{strategies.map(([tab, panel]) => <TabPanel key={tab}>{panel}</TabPanel>)}
|
||||
</div>
|
||||
{strategies.map(([tab, panel]) => <TabPanel key={tab}>{panel}</TabPanel>)}
|
||||
</Tabs>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user