diff --git a/apps/client/src/widgets/PromotedAttributes.tsx b/apps/client/src/widgets/PromotedAttributes.tsx
index ff555ca84..73d5f0b81 100644
--- a/apps/client/src/widgets/PromotedAttributes.tsx
+++ b/apps/client/src/widgets/PromotedAttributes.tsx
@@ -134,7 +134,6 @@ function PromotedAttributeCell(props: CellProps) {
{definition.labelType !== "boolean" &&
}
{correspondingInput}
-
)
@@ -279,14 +278,6 @@ function RelationInput({ inputId, ...props }: CellProps & { inputId: string }) {
)
}
-function ActionCell() {
- return (
-
-
-
- )
-}
-
function MultiplicityCell({ cell, cells, setCells, setCellToFocus, note, componentId }: CellProps) {
return (cell.definition.multiplicity === "multi" &&
|