Skip to content

Commit

Permalink
fix location issue in demo + update screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
DivadNojnarg committed Nov 15, 2023
1 parent fd8e6b1 commit c868b90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/showcase/modules/mod_poke_location.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mod_poke_location_server <- function(id, selected) {

locations <- unique(selected()$locations)

if (is.null(locations)) {
if (length(locations) == 0) {
"This pokemon cannot be found in the wild."
} else {
div(
Expand Down
Binary file modified man/figures/pkmn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c868b90

Please sign in to comment.