Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 3, 2024
1 parent 89e2baf commit 616d4df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/qc_report/utils/report_functions.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ print_sample_metadata <- function(meta_list) {
# format linked url with hr value for table
# if NA term ID, don't link
url = dplyr::if_else(
is.na(ontology_term_id),
kableExtra::text_spec(hr_value, "html"),
is.na(ontology_term_id),
kableExtra::text_spec(hr_value, "html"),
kableExtra::text_spec(hr_value, "html", link = url)
)
)
Expand Down

0 comments on commit 616d4df

Please sign in to comment.