chore(meta): add prettier and config

This commit is contained in:
rektdeckard
2024-01-05 10:55:30 -07:00
committed by Tobias Fried
parent d8b3ab0279
commit 83b2a59caf
6 changed files with 20 additions and 10 deletions

View File

@@ -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}