1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-08 04:50:06 +00:00

fix(sasjs-test): addede appLoc to useEffect deps

This commit is contained in:
Yury Shkoda
2022-06-29 08:46:52 +03:00
parent 56d84e1940
commit eb83101dbf

View File

@@ -30,7 +30,7 @@ const App = (): ReactElement<{}> => {
setTestSuites(testSuites)
}
}, [adapter, config])
}, [adapter, config, appLoc])
return (
<div className="app">