Skip to content

Commit

Permalink
Add missing my_standup_meeting_groups kw arg (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpsvogel authored Nov 10, 2023
1 parent f9c38bc commit 6e48f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/standup_meeting_groups/create.turbo_stream.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<% if @standup_meeting_group.valid? %>
<%= turbo_stream.prepend "find-standup-meeting-groups" do %>
<%= render StandupMeetingGroup::JoinableItemComponent.new(standup_meeting_group: @standup_meeting_group, current_user: current_user) %>
<%= render StandupMeetingGroup::JoinableItemComponent.new(standup_meeting_group: @standup_meeting_group, my_standup_meeting_groups: @my_standup_meeting_groups, current_user: current_user) %>
<% end %>

<%= turbo_stream.update "new_standup_meeting_group" do %>
Expand Down

0 comments on commit 6e48f40

Please sign in to comment.