Skip to content

Commit

Permalink
Fix typo in helper function
Browse files Browse the repository at this point in the history
  • Loading branch information
elipousson committed Aug 11, 2024
1 parent 4795477 commit 15f9bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/sp_list_item.R
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ list_sp_list_items <- function(list_name = NULL,
}

# Pull display names
values <- pull_sp_list_display_nm(sp_list)
values <- pull_sp_list_display_names(sp_list)

# Use display names as labels
if (display_nm == "label") {
Expand Down

0 comments on commit 15f9bf9

Please sign in to comment.