1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00

chore(lint): lint fix

This commit is contained in:
2021-10-27 16:41:46 +00:00
parent 56cb2d1d51
commit bdbf7573be

View File

@@ -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$/,
''
)}`
)
}
}