mirror of
https://github.com/harness/drone.git
synced 2025-05-20 19:09:59 +08:00
fix: [CODE-1251]: fix Repo list not refreshing in old/new nav after changing project (#949)
This commit is contained in:
parent
18c81b04b4
commit
a085839d84
@ -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(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user