Skip to content

Commit

Permalink
pass tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinFay committed Nov 18, 2021
1 parent 80d7307 commit 916eb6e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions R/mod_species.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ mod_species_ui <- function(id, multiple = FALSE) {
with_i18(x, x)
}
)
# Just to pass testthat tests
if (
is.null(golem::get_golem_options("species_list"))
) {
choiceValues <- letters
choiceNames <- letters
}

tagList(
w3_hover_button(
Expand Down

0 comments on commit 916eb6e

Please sign in to comment.