Skip to content

Commit

Permalink
Update frontend/components/Main/MainHeader/AgentButton/index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller authored Jul 26, 2024
1 parent c21e1f9 commit 6f0895e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/Main/MainHeader/AgentButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const AgentRunningButton = () => {
console.error(error);
showNotification?.('Error while stopping agent');
} finally {
// Resumt polling, will update to correct status regardless of success
// Resume polling, will update to correct status regardless of success
setIsServicePollingPaused(false);
}
}, [service, setIsServicePollingPaused, setServiceStatus, showNotification]);
Expand Down

0 comments on commit 6f0895e

Please sign in to comment.