diff --git a/src/Components/Profile/Templates/TabsView.tsx b/src/Components/Profile/Templates/TabsView.tsx index d95bbb89..4928e1e9 100644 --- a/src/Components/Profile/Templates/TabsView.tsx +++ b/src/Components/Profile/Templates/TabsView.tsx @@ -55,8 +55,8 @@ export const TabsView = ({ attestations, userType, item, offers, needs, relation return (
updateActiveTab(1)} />
@@ -70,8 +70,8 @@ export const TabsView = ({ attestations, userType, item, offers, needs, relation {item.layer?.itemType.questlog && <> updateActiveTab(2)} />
- updateActiveTab(3)} /> + updateActiveTab(3)} />
@@ -159,7 +159,7 @@ export const TabsView = ({ attestations, userType, item, offers, needs, relation {item.layer?.itemType.relations && <> - updateActiveTab(7)} /> + updateActiveTab(7)} />
diff --git a/src/Components/Templates/index.tsx b/src/Components/Templates/index.tsx index cbb8fd57..a498ebad 100644 --- a/src/Components/Templates/index.tsx +++ b/src/Components/Templates/index.tsx @@ -1,5 +1,3 @@ -import { AttestationForm } from './AttestationForm' - export {CardPage} from './CardPage' export {TitleCard} from './TitleCard' export {MapOverlayPage} from './MapOverlayPage'