Skip to content

Commit

Permalink
correct brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
ayogasekaram committed Nov 18, 2024
1 parent 3935415 commit d03611b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tm_g_lineplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ tm_g_lineplot <- function(label,
}

# Now handle 'parentname' calculation based on 'group_var'
parentname <- if (is.null(parentname) {
parentname <- if (is.null(parentname)) {
ifelse(
inherits(group_var, "data_extract_spec"),
teal.transform::datanames_input(group_var),
Expand Down

0 comments on commit d03611b

Please sign in to comment.