Skip to content

Commit fb679ef

Browse files
committed
Comment out Quests tab panel in Achievements
The Quests-related TabPanel in the Achievements component has been commented out, likely to temporarily disable its display. No other logic was changed.
1 parent 335dd7d commit fb679ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Components/Achievements/Achievements.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const Achievements = ({
100100
<Collection museumCollection={museumCollection} />
101101
</section>
102102
</TabPanel>
103-
<TabPanel>
103+
{/* <TabPanel>
104104
<section className="achievement-container">
105105
<Quests questsDone={questsDone} specialReq={specialRequests} pendingSpecialReq={pendingSpecialReq} />
106106
</section>
@@ -109,7 +109,7 @@ const Achievements = ({
109109
<section className="achievement-container">
110110
<Quests questsDone={questsDone} specialReq={specialRequests} pendingSpecialReq={pendingSpecialReq} />
111111
</section>
112-
</TabPanel>
112+
</TabPanel> */}
113113
</Tabs>
114114
</div>
115115
);

0 commit comments

Comments
 (0)