Skip to content

Commit

Permalink
fix: add unable to load guilds response
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-stumpf committed Nov 22, 2024
1 parent 22fada3 commit 4e4d409
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/explorer/components/InfiniteScrollGuilds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ export const InfiniteScrollGuilds = () => {
statusResponse = "No More Data";
} else if (search && !isLoading) {
statusResponse = `No results for "${search}"`;
} else {
statusResponse = "Couldn't load guilds";
}

return (
Expand Down

0 comments on commit 4e4d409

Please sign in to comment.