chore(meta): add prettier and config
This commit is contained in:
committed by
Tobias Fried
parent
d8b3ab0279
commit
83b2a59caf
@@ -46,8 +46,8 @@ const Tabs = ({ tabs, initialIndex = 0, onTabChange }: TabsProps) => {
|
||||
activeIndex === 0
|
||||
? contentStyles.activeLeft
|
||||
: activeIndex === tabs.length - 1
|
||||
? contentStyles.activeRight
|
||||
: undefined
|
||||
? contentStyles.activeRight
|
||||
: undefined
|
||||
}
|
||||
>
|
||||
{tabs[activeIndex]?.content}
|
||||
|
||||
Reference in New Issue
Block a user