diff --git a/DESCRIPTION b/DESCRIPTION
index cc8df671c138bbd06a2328351085d5ee272ad8e6..ba2f12db0c5067f8ae546811cfb91fd5f9d514e0 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,8 +1,8 @@
 Package: airGRteaching
 Type: Package
 Title: Teaching Hydrological Modelling with the GR Rainfall-Runoff Models ('Shiny' Interface Included)
-Version: 0.2.10.2
-Date: 2020-04-13
+Version: 0.2.10.3
+Date: 2020-04-14
 Authors@R: c(
   person("Olivier", "Delaigue", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7668-8468"), email = "airGR@inrae.fr"),
   person("Laurent", "Coron", role = c("aut"), comment = c(ORCID = "0000-0002-1503-6204")),
diff --git a/NEWS.md b/NEWS.md
index 95016b52f999154f14461e7c1ae106ea5cbfde89..2c7d009a4003bcae4d422af9357325aba3b51ee2 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -4,7 +4,7 @@
 
 
 
-### 0.2.10.2 Release Notes (2020-04-13)
+### 0.2.10.3 Release Notes (2020-04-14)
 
 
 #### New features
diff --git a/inst/ShinyGR/ui.R b/inst/ShinyGR/ui.R
index d9d5d243d5111cc2d4c731ef0d2765c3db91a78e..089fc03bd81fd31085401843b5e44da634db6362 100644
--- a/inst/ShinyGR/ui.R
+++ b/inst/ShinyGR/ui.R
@@ -147,7 +147,7 @@ navbarPage(title       = div("airGRteaching",
                                                                  timezone = "+0000",
                                                                  animate = FALSE)
                                               ),
-                                              conditionalPanel(condition = "input.PlotType == 'Model diagram' & (input.HydroModel == 'GR4J' || input.HydroModel == 'GR5J' || input.HydroModel == 'GR6J')",
+                                              conditionalPanel(condition = "input.PlotType == 'Model diagram'",
                                                                column(width = 4, offset = 0,
                                                                       sliderInput("Event", label = "Select the target date:", 
                                                                                   min = as.POSIXct(.ShinyGR.args$SimPer[[1]][1L], tz = "UTC"),