Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Aug 5, 2024
1 parent 6d63dcc commit 15ecd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/prepare-admin-panel.R
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ prepare_admin_panel_components <- function(
shiny::validate(shiny::need(selected_session(), label = "selected_session"))
selected_data <- selected_log_data()

if(!'message' %in% names(selected_data)) {
if (!"message" %in% names(selected_data)) {
selected_data$message <- NA
}

Expand Down

0 comments on commit 15ecd14

Please sign in to comment.