Skip to content

Commit

Permalink
deleted word chain
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Jan 7, 2025
1 parent 2e83fb4 commit f297b19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/stateful/components/apps/AppsRenderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ export const AppsRenderer = ({ mode, ...props }: AppsRendererProps) => {
return {
type: 'error',
error:
`Failed to connect to chain ${getDisplayNameForChainId(chainId)} (${chainId}).` +
`Failed to connect to ${getDisplayNameForChainId(chainId)} (${chainId}).` +
(executionType !== 'normal'
? ' Ensure the chain picker is set to the correct chain for the target address.'
: ''),
Expand Down Expand Up @@ -495,7 +495,7 @@ export const AppsRenderer = ({ mode, ...props }: AppsRendererProps) => {
return {
type: 'error',
error:
`Failed to connect to chain ${getDisplayNameForChainId(chainId)} (${chainId}).` +
`Failed to connect to ${getDisplayNameForChainId(chainId)} (${chainId}).` +
(executionType !== 'normal'
? ' Ensure the chain picker is set to the correct chain for the target address.'
: ''),
Expand Down Expand Up @@ -542,7 +542,7 @@ export const AppsRenderer = ({ mode, ...props }: AppsRendererProps) => {
return {
type: 'error',
error:
`Failed to connect to chain ${getDisplayNameForChainId(chainId)} (${chainId}).` +
`Failed to connect to ${getDisplayNameForChainId(chainId)} (${chainId}).` +
(executionType !== 'normal'
? ' Ensure the chain picker is set to the correct chain for the target address.'
: ''),
Expand Down

0 comments on commit f297b19

Please sign in to comment.