@@ -510,6 +510,7 @@ server <- function(input, output) {
datatable(
listings |>
select(listed_date, address, sqft, price, price_per_sqft) |>
arrange(price_per_sqft) |>
mutate(
price = scales::dollar(price),
price_per_sqft = scales::dollar(price_per_sqft)
The note is not visible to the blocked user.