Skip to content

Commit

Permalink
feat: reload on try again
Browse files Browse the repository at this point in the history
  • Loading branch information
euharrison committed Aug 19, 2024
1 parent a0cca4a commit 24b4b28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/namadillo/src/App/Setup/ChainLoader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const ChainLoader = ({
<AtomErrorBoundary
containerProps={errorContainerProps}
result={chain}
buttonProps={{ onClick: () => window.location.reload() }}
niceError={
<>
<p>
Expand Down

0 comments on commit 24b4b28

Please sign in to comment.