Skip to content

Commit be155a8

Browse files
committed
chore: Remove actions
1 parent 8dc4bbd commit be155a8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/app/src/components/AssetsTable.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ export function AssetsTable({
6060
>
6161
Created
6262
</TableHeadSorter>
63-
<TableHead />
6463
</TableRow>
6564
</TableHeader>
6665
<TableBody>
@@ -86,13 +85,6 @@ export function AssetsTable({
8685
<TableCell className="text-nowrap">
8786
{getTimeAgo(asset.createdAt)}
8887
</TableCell>
89-
<TableCell className="py-0">
90-
<div className="flex justify-center">
91-
<Button size="icon" variant="ghost">
92-
<Ellipsis className="w-4 h-4" />
93-
</Button>
94-
</div>
95-
</TableCell>
9688
</TableRow>
9789
);
9890
})}

0 commit comments

Comments
 (0)