Skip to content

Commit b4946fc

Browse files
committed
Remove linebreak from NEE availability text
1 parent 32b0788 commit b4946fc

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

R/mod_mitigators_server.R

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -543,8 +543,10 @@ mod_mitigators_server <- function(
543543
shiny::validate(
544544
shiny::need(
545545
nrow(nee_params) > 0,
546-
"This TPMA was not part of the National Elicitation Exercise,
547-
so a nationally-determined estimate is not available."
546+
paste(
547+
"This TPMA was not part of the National Elicitation Exercise,",
548+
"so a nationally-determined estimate is not available."
549+
)
548550
)
549551
)
550552

0 commit comments

Comments
 (0)