From bdbf7573be0f11d7cd4a3f543773f7e3ab6a6c41 Mon Sep 17 00:00:00 2001 From: sabhas Date: Wed, 27 Oct 2021 16:41:46 +0000 Subject: [PATCH] chore(lint): lint fix --- web/src/containers/Drive/main.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/src/containers/Drive/main.tsx b/web/src/containers/Drive/main.tsx index 29e11ba..aca5e0e 100644 --- a/web/src/containers/Drive/main.tsx +++ b/web/src/containers/Drive/main.tsx @@ -64,7 +64,10 @@ const Main = (props: any) => { setEditMode(false) } else { window.open( - `${baseUrl}/SASjsExecutor/do?_program=${props.selectedFilePath.replace(/.sas$/, "")}` + `${baseUrl}/SASjsExecutor/do?_program=${props.selectedFilePath.replace( + /.sas$/, + '' + )}` ) } }