diff --git a/app/views/reports/index.html.slim b/app/views/reports/index.html.slim
index 2139462a00d..4a45d0bced7 100644
--- a/app/views/reports/index.html.slim
+++ b/app/views/reports/index.html.slim
@@ -14,5 +14,5 @@ header.page-header
= render 'reports/tabs'
-- practices = current_user.practices.as_json(only: [:id, :title])
+- practices = current_user.practices.as_json(only: %i[id title])
= react_component('Reports', all: true, practices: practices)