Skip to content

Commit

Permalink
Update R/utils.R
Browse files Browse the repository at this point in the history
Co-authored-by: Dawid Kałędkowski <[email protected]>
Signed-off-by: André Veríssimo <[email protected]>
  • Loading branch information
averissimo and gogonzo authored Nov 6, 2024
1 parent 70cc990 commit 2d948a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ get_teal_bs_theme <- function() {
ordered_datanames <- datanames
for (current in datanames) {
parents <- character(0L)
while (length(current) > 0 && !current %in% parents[-1]) {
while (length(current) > 0) {
current <- teal.data::parent(join_keys, current)
parents <- c(current, parents)
}
Expand Down

0 comments on commit 2d948a9

Please sign in to comment.