Skip to content

Commit

Permalink
refactor: Hide PriceHistory
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyAziz committed Aug 29, 2021
1 parent 6e7fc07 commit eafe720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/views/asset/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@ const Asset = props => {
)}
{assetData && activeWindow === 1 && (
<>
<PriceHistory
{/* <PriceHistory
contractAddress={assetContractAddress}
tokenID={tokenId}
/>
/> */}
<TradingHistory
contractAddress={assetContractAddress}
tokenID={tokenId}
Expand Down

0 comments on commit eafe720

Please sign in to comment.