From 6c9e449614c4e80b641d16771b1859db9a1d73e5 Mon Sep 17 00:00:00 2001 From: Mihajlo Date: Thu, 14 Apr 2022 19:56:22 +0200 Subject: [PATCH] style: lint --- web/src/containers/Studio/index.tsx | 32 ++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/web/src/containers/Studio/index.tsx b/web/src/containers/Studio/index.tsx index d0c6df7..1f3e13e 100644 --- a/web/src/containers/Studio/index.tsx +++ b/web/src/containers/Studio/index.tsx @@ -106,7 +106,11 @@ const Studio = () => { const classes = useStyles() return ( - + {
-
@@ -146,12 +157,23 @@ const Studio = () => { height="98%" value={fileContent} onMount={handleEditorDidMount} - options={{readOnly: ctrlPressed}} + options={{ readOnly: ctrlPressed }} onChange={(val) => { if (val) setFileContent(val) }} /> -

Press CTRL + ENTER to run SAS code

+

+ Press CTRL + ENTER to run SAS code +