Skip to content

Commit

Permalink
fix: missing double colon
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Aug 14, 2024
1 parent cfe2e6b commit 602ccb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tm_missing_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ srv_missing_data <- function(id, data, reporter, filter_panel_api, dataname, par


data_parent_keys <- reactive({
if (length(parent_dataname) > 0 && parent_dataname %in% datanames(data())) {
if (length(parent_dataname) > 0 && parent_dataname %in% teal.data::datanames(data())) {
keys <- teal.data::join_keys(data())[[dataname]]
if (parent_dataname %in% names(keys)) {
keys[[parent_dataname]]
Expand Down

0 comments on commit 602ccb7

Please sign in to comment.