Skip to content

Commit

Permalink
updates no data recieved message
Browse files Browse the repository at this point in the history
  • Loading branch information
bacalj committed Jul 23, 2024
1 parent d2ca5b8 commit a8ca234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export const App = () => {
setIsFetching(false);
setStatus({
status: "error",
message: "No data retrieved",
message: "No data retrieved. Try different frequency or station.",
icon: <WarningIcon/>
});
}
Expand Down

0 comments on commit a8ca234

Please sign in to comment.