Skip to content

Commit 2c4fcbe

Browse files
authored
Update dashboard.qmd
1 parent 166ad8c commit 2c4fcbe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dashboard.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ if (isTRUE(params$fast_render)) {
7272
7373
tbl_data <- bccc |>
7474
75-
# filter to last vacancy update - 14 days
76-
#filter( VACANCY_LAST_UPDATE >= dataset_last_update - 1 - 7) |>
75+
# filter to last vacancy update - 30 days
76+
filter( VACANCY_LAST_UPDATE >= dataset_last_update - 1 - 30) |>
7777
7878
# filter columns
7979
select(

0 commit comments

Comments
 (0)