Skip to content

Commit

Permalink
return window reload
Browse files Browse the repository at this point in the history
  • Loading branch information
zerts committed May 8, 2024
1 parent 20ce09f commit 55068bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/components/ViewError/ViewError.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export function ViewError({
navigate('/');
}
onRetry?.();
window.location.reload();
}}
style={{ paddingInline: 8 }}
>
Expand Down

0 comments on commit 55068bd

Please sign in to comment.