Skip to content

Commit

Permalink
Update frontend/components/SetupPage/SetupWelcome.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mohandast52 authored Dec 13, 2024
1 parent cbc62f9 commit 41ac37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/SetupPage/SetupWelcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export const SetupWelcomeLogin = () => {
// If no service is created for the selected agent
if (!isServiceCreatedForAgent) {
window.console.log(
`No service for chain ${selectedServiceOrAgentChainId}`,
`No service created for chain ${selectedServiceOrAgentChainId}`,
);
goto(SetupScreen.AgentSelection);
return;
Expand Down

0 comments on commit 41ac37e

Please sign in to comment.