Skip to content

Commit

Permalink
lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
arnfinn committed Jan 30, 2025
1 parent 51c8507 commit 3db6af8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/moduleNavbarWidget.R
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@ navbarWidgetServer2 <- function(
)

output$name <- shiny::renderText(rv$fullName)
output$affiliation <- shiny::renderText(paste(rv$orgName, rv$role, sep = ", "))
output$affiliation <- shiny::renderText(
paste(rv$orgName, rv$role, sep = ", ")
)

# User info in widget
userInfo <- howWeDealWithPersonalData(session, callerPkg = caller)
Expand Down

0 comments on commit 3db6af8

Please sign in to comment.