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
</Tab>
{/* <TabDivider activeTab={mode === "sell" || mode === "history"} /> */}
{/* <Tab
<Tab
activeTab={mode === "history"}
onClick={() => setMode("history")}
>
Trade History
</Tab> */}
</Tab>
</TabsRow>
</TabsContainer>
<div