import React, { useState } from "react"; import dataImage1 from "../../assets/images/data-table-user-1.png"; import dataImage2 from "../../assets/images/data-table-user-2.png"; import dataImage3 from "../../assets/images/data-table-user-3.png"; import dataImage4 from "../../assets/images/data-table-user-4.png"; import SelectBox from "../Helpers/SelectBox"; export default function UpdateTable({ className }) { const filterCategories = ["All Categories", "Explore", "Featured"]; const [selectedCategory, setCategory] = useState(filterCategories[0]); return (

All NFTS Update

435
{/* table heading */} {/* table heading end */} {selectedCategory === "All Categories" ? ( <> ) : selectedCategory === "Explore" ? ( <> ) : ( )}
All Product Value USD 24H% Bits Time Status
data

Mullican Computer Joy

Owned by Xoeyam
7473 ETH
6392.99$
-24.75 (11.5%) 343 2 Hours 1 min 30s
data

Mullican Computer Joy

Owned by Xoeyam
7473 ETH
6392.99$
-24.75 (11.5%) 343 2 Hours 1 min 30s
data

Mullican Computer Joy

Owned by Xoeyam
7473 ETH
6392.99$
-24.75 (11.5%) 343 2 Hours 1 min 30s
data

Mullican Computer Joy

Owned by Xoeyam
7473 ETH
6392.99$
-24.75 (11.5%) 343 2 Hours 1 min 30s
data

Mullican Computer Joy

Owned by Xoeyam
7473 ETH
6392.99$
-24.75 (11.5%) 343 2 Hours 1 min 30s
data

Mullican Computer Joy

Owned by Xoeyam
7473 ETH
6392.99$
-24.75 (11.5%) 343 2 Hours 1 min 30s
data

Mullican Computer Joy

Owned by Xoeyam
7473 ETH
6392.99$
-24.75 (11.5%) 343 2 Hours 1 min 30s
); }