Skip to content

Commit

Permalink
Merge pull request #7258 from fjordllc/bug/fix-slim-lint-issue-7255
Browse files Browse the repository at this point in the history
slim-lintの指摘点を修正する
  • Loading branch information
komagata authored Jan 27, 2024
2 parents 4c9e3f7 + 804568a commit 9e38aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/reports/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 9e38aff

Please sign in to comment.