Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattansb committed Oct 30, 2024
1 parent 52b1ef6 commit e0123df
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions R/export_table.R
Original file line number Diff line number Diff line change
Expand Up @@ -589,13 +589,13 @@ print.insight_table <- function(x, ...) {
}
e <- e + 1
}
}

final <- final_extra[[1]]
if (length(final_extra) > 1) {
final_extra <- final_extra[-1]
} else {
final_extra <- NULL
final <- final_extra[[1]]
if (length(final_extra) > 1) {
final_extra <- final_extra[-1]
} else {
final_extra <- NULL
}
}
}

Expand Down

0 comments on commit e0123df

Please sign in to comment.