fix: [CODE-1251]: fix Repo list not refreshing in old/new nav after changing project (#949)

This commit is contained in:
Karan Saraswat 2024-01-08 15:52:02 +00:00 committed by Harness
parent 18c81b04b4
commit a085839d84

View File

@ -102,7 +102,7 @@ const App: React.FC<AppProps> = React.memo(function App({
</Container>
) : null
},
[strings] // eslint-disable-line react-hooks/exhaustive-deps
[strings, space] // eslint-disable-line react-hooks/exhaustive-deps
)
useEffect(() => {