Skip to content

Commit

Permalink
fix reportHtml.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Krajcik committed Aug 14, 2023
1 parent d084110 commit b93ac9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/report_downloads/reportHtml.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ createGrid <- function(metrics){
icon_class = metrics$icon_class[i])
})
}),
if(any(!(metrics$title %in% metric$long_name))) {
if(any(!(metrics$title %in% metric_tbl$long_name))) {
tags$em("* Provided for additional context. Not a {riskmetric} assessment, so this measure will not impact the risk score.")
}
)
Expand Down

0 comments on commit b93ac9b

Please sign in to comment.