Skip to content

Commit

Permalink
solves and closes #8
Browse files Browse the repository at this point in the history
  • Loading branch information
romunov committed Oct 6, 2017
1 parent 0543b0b commit 23af562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynamic_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ observe({
})

observe({
if (nrow(allData()) == 0) {
if (nrow(fOffs()) == 0) {
output$offspring_opacity <- renderUI({
NULL
})
Expand Down

0 comments on commit 23af562

Please sign in to comment.