Skip to content

Commit

Permalink
Fixed linting test
Browse files Browse the repository at this point in the history
  • Loading branch information
diogo-nogueira-freiheit committed Oct 10, 2024
1 parent 325cfde commit 15cb04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/frontend-service/src/ui/App/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const App: React.FC = () => {
if (kuberpultVersion !== '') {
document.title = 'Kuberpult ' + kuberpultVersion;
}
}, [api]);
}, [kuberpultVersion, api]);

React.useEffect(() => {
api.configService()
Expand Down

0 comments on commit 15cb04a

Please sign in to comment.