diff --git a/app/views/reports/index.html.slim b/app/views/reports/index.html.slim
index e0dc9c0c626..c1ff1d7306a 100644
--- a/app/views/reports/index.html.slim
+++ b/app/views/reports/index.html.slim
@@ -11,10 +11,5 @@ header.page-header
.page-body
.container.is-md
- .page-filter.form
- = form_with url: reports_path, local: true, method: 'get'
- .form-item.is-inline-md-up
- = label_tag :practice_id, 'プラクティスで絞り込む', class: 'a-form-label'
- = select_tag :practice_id, options_from_collection_for_select(current_user.practices, :id, :title, selected: params[:practice_id]), include_blank: '全ての日報を表示', onchange: 'this.form.submit()', id: 'js-choices-single-select'
-= react_component('Reports', all: true)
+= react_component('Reports', all: true, practices: current_user.practices)