Skip to content

Commit

Permalink
Fixed error thrown when ticking NJ show branch
Browse files Browse the repository at this point in the history
  • Loading branch information
infinity-a11y committed Mar 5, 2024
1 parent ecb4b4e commit b4ffe39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App.R
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit b4ffe39

Please sign in to comment.