From b4ffe39339f16eabc4ac644df3deaa3aa14dddb8 Mon Sep 17 00:00:00 2001 From: infinity-a11y Date: Tue, 5 Mar 2024 17:56:39 +0100 Subject: [PATCH] Fixed error thrown when ticking NJ show branch --- App.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App.R b/App.R index d61d9a8..d6fe2b3 100644 --- a/App.R +++ b/App.R @@ -11457,7 +11457,7 @@ geom_label( aes( x=!!sym("branch"), - label= !sym(input$nj_branch_label)), + label= !!sym(input$nj_branch_label)), fill = input$nj_branch_label_color, size = input$nj_branch_size, label.r = unit(input$nj_branch_labelradius, "lines"),