Skip to content

Commit

Permalink
chore: Remove actions
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Nov 3, 2024
1 parent 8dc4bbd commit be155a8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/app/src/components/AssetsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ export function AssetsTable({
>
Created
</TableHeadSorter>
<TableHead />
</TableRow>
</TableHeader>
<TableBody>
Expand All @@ -86,13 +85,6 @@ export function AssetsTable({
<TableCell className="text-nowrap">
{getTimeAgo(asset.createdAt)}
</TableCell>
<TableCell className="py-0">
<div className="flex justify-center">
<Button size="icon" variant="ghost">
<Ellipsis className="w-4 h-4" />
</Button>
</div>
</TableCell>
</TableRow>
);
})}
Expand Down

0 comments on commit be155a8

Please sign in to comment.