uncomment trade history

This commit is contained in:
PhilReact 2025-02-01 12:06:02 +02:00
parent 2017fdee38
commit 408791a3b0

View File

@ -63,12 +63,12 @@ export const HomePage = () => {
Sell QORT Sell QORT
</Tab> </Tab>
{/* <TabDivider activeTab={mode === "sell" || mode === "history"} /> */} {/* <TabDivider activeTab={mode === "sell" || mode === "history"} /> */}
{/* <Tab <Tab
activeTab={mode === "history"} activeTab={mode === "history"}
onClick={() => setMode("history")} onClick={() => setMode("history")}
> >
Trade History Trade History
</Tab> */} </Tab>
</TabsRow> </TabsRow>
</TabsContainer> </TabsContainer>
<div <div