From 29226106be2b7853fe02f4116a85f5113a6dd7e4 Mon Sep 17 00:00:00 2001 From: Aleksander Chlebowski Date: Fri, 15 Sep 2023 11:11:03 +0200 Subject: [PATCH] linter --- R/module_filter_manager.R | 1 - 1 file changed, 1 deletion(-) diff --git a/R/module_filter_manager.R b/R/module_filter_manager.R index ea155eecce..05f2736066 100644 --- a/R/module_filter_manager.R +++ b/R/module_filter_manager.R @@ -147,7 +147,6 @@ filter_manager_srv <- function(id, filtered_data_list, filter) { ifelse(state_ids_global %in% state_ids_allowed, states_active, NA) }) - # mapping_smooth <- mapping_smooth[grep("Report previewer", names(mapping_smooth), invert = TRUE)] as.data.frame(mapping_smooth, row.names = state_ids_global, check.names = FALSE) })