diff --git a/inst/templates/CV_printing_functions.R b/inst/templates/CV_printing_functions.R index b1a4d24..1d752ca 100644 --- a/inst/templates/CV_printing_functions.R +++ b/inst/templates/CV_printing_functions.R @@ -78,7 +78,7 @@ create_CV_object <- function(data_location, na.rm = TRUE ) %>% dplyr::mutate( - description_bullets = paste0("- ", description_bullets), + description_bullets = ifelse(description_bullets != "", paste0("- ", description_bullets), ""), start = ifelse(start == "NULL", NA, start), end = ifelse(end == "NULL", NA, end), start_year = extract_year(start),