Skip to content
Snippets Groups Projects
Commit 17a4b574 authored by Aggarwal Himanshu's avatar Aggarwal Himanshu
Browse files

Add table comments

parent e5e1a38e
No related branches found
No related tags found
1 merge request!8Merge develop to main
......@@ -134,6 +134,7 @@ export default function Home() {
content={<TableIcon className="w-6 h-6 dark:text-white" />}
>
<Table>
{/* Table Header */}
<TableRow className="h-14 items-center sticky top-0 z-40">
<TableCell className="w-6 h-10"></TableCell>
<TableCell className="w-24 h-10">
......@@ -165,6 +166,8 @@ export default function Home() {
</div>
</TableCell>
</TableRow>
{/* Table Content */}
{!listOfCoins.isLoading &&
filteredCoins.map((coin, index) => {
return (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment