Skip to content

Commit

Permalink
componentの読み込みにreact_componentを使用
Browse files Browse the repository at this point in the history
  • Loading branch information
komagata committed Mar 26, 2024
1 parent 63f035e commit 84342e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/home/_adviser_dashboard.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
.a-panels__item
= render 'job_seeking_users', users: @job_seeking_users
- if current_user.bookmarks.present?
div id='bookmarks-in-dashboard'
= react_component 'BookmarksInDashboard'
- if current_user.wip_exists?
.a-panels__item
= render 'wip_items'
Expand Down

0 comments on commit 84342e0

Please sign in to comment.