chore: clean code

This commit is contained in:
lawvs
2022-07-27 16:15:42 +08:00
parent 3deabad74c
commit 6ef0e5e567
2 changed files with 14 additions and 1 deletions

View File

@@ -49,7 +49,6 @@ export const RenderBlock: FC<RenderBlockProps> = ({
block={block}
columns={columns.columns}
columnsFromId={columns.fromId}
scene="page"
editorElement={editorElement}
/>
) : null;