Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
agricolamz committed Oct 7, 2023
1 parent bd2a2a5 commit c36534a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/map.feature.R
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ map.feature <- function(languages,
tables <- do.call(paste, df_args)
}

if(popup == ""){
if(sum(popup != "") == 0){
mapfeat.df$link <- paste0(mapfeat.df$link, tables)
}

Expand Down

0 comments on commit c36534a

Please sign in to comment.