Skip to content

Commit 5cd86f3

Browse files
committed
Fix the name of the series
1 parent c82da10 commit 5cd86f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/server.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ shinyServer(function(input, output, session){
272272

273273
firstColName <- "Baseline (Total Population)"
274274
secondColName <- "Scenario (Sub-Population)"
275-
#if (nrow(sessionData$idata) == nrow(scMETdata))
276-
# secondColName <- "Scenario (Total Population)"
275+
if (nrow(sessionData$idata) == nrow(scMETdata))
276+
secondColName <- "Scenario (Total Population)"
277277
}
278278

279279
filtered_title <- getMETFilteredTitle(secondColData, "baseline")

0 commit comments

Comments
 (0)