diff --git a/src/components/Table/withTableCell.tsx b/src/components/Table/withTableCell.tsx index d959e408..d91eda98 100644 --- a/src/components/Table/withTableCell.tsx +++ b/src/components/Table/withTableCell.tsx @@ -119,9 +119,6 @@ export default function withTableCell( rowHeight, }; - // If the inline editor cell is not ready to be rendered, display nothing - if (editorMode === "inline" && !inlineEditorReady) return null; - // Show display cell, unless if editorMode is inline const displayCell = (