mirror of
https://github.com/Qortal/q-trade.git
synced 2025-06-20 13:11:21 +00:00
uncomment trade history
This commit is contained in:
parent
2017fdee38
commit
408791a3b0
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user