From 419069376a24488ad338e77771f379a1bbcc053f Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Tue, 11 Apr 2023 16:50:50 +0200 Subject: [PATCH] chore: reformat code Signed-off-by: Tilman Vatteroth --- .../editor-page/app-bar/cheatsheet/cheatsheet-entry-pane.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/editor-page/app-bar/cheatsheet/cheatsheet-entry-pane.tsx b/frontend/src/components/editor-page/app-bar/cheatsheet/cheatsheet-entry-pane.tsx index 2b82dffbb..7d2cd7b2c 100644 --- a/frontend/src/components/editor-page/app-bar/cheatsheet/cheatsheet-entry-pane.tsx +++ b/frontend/src/components/editor-page/app-bar/cheatsheet/cheatsheet-entry-pane.tsx @@ -77,7 +77,8 @@ export const CheatsheetEntryPane: React.FC = ({ extensi frameClasses={'w-100'} adaptFrameHeightToContent={true} rendererType={RendererType.SIMPLE} - markdownContentLines={lines}> + markdownContentLines={lines} + />