diff --git a/src/components/BlueprintsTable.tsx b/src/components/BlueprintsTable.tsx index c2107ffc..3400f88d 100644 --- a/src/components/BlueprintsTable.tsx +++ b/src/components/BlueprintsTable.tsx @@ -158,22 +158,24 @@ export default function BlueprintsTable({ blueprints, orgId }: Props) { { id: "actions", header: () => { - return ( - - {t("actions")} - - ); + return null; }, cell: ({ row }) => { return ( - + + View details{" "} + + + + ); } }