Skip to content

Commit

Permalink
Server Off
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg833 committed May 23, 2023
1 parent e2a6508 commit b907c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const Home = () => {
setCountries(data);
})
.catch(err => {
alert(err.massage);
alert(err.massage ?? `Server Off`);
})
.finally(() => {
setIsLoading(false);
Expand Down

0 comments on commit b907c0c

Please sign in to comment.