diff --git a/app/views/attendee_dashboards/show.html.erb b/app/views/attendee_dashboards/show.html.erb
index fe4ea34f3..7c2c51043 100644
--- a/app/views/attendee_dashboards/show.html.erb
+++ b/app/views/attendee_dashboards/show.html.erb
@@ -75,9 +75,11 @@
参加方法の変更は <%= link_to 'こちら', edit_profile_path(id: @profile.id) %> から
<% if @profile.attend_offline? %>
+
<% end %>
diff --git a/db/fixtures/development/00_seeds.rb b/db/fixtures/development/00_seeds.rb
index 8b96e7ecb..64c7172b9 100644
--- a/db/fixtures/development/00_seeds.rb
+++ b/db/fixtures/development/00_seeds.rb
@@ -415,7 +415,7 @@
{ id: 51, number: 1, name: "A", conference_id: 12, room_id: 24},
{ id: 52, number: 2, name: "B", conference_id: 12, room_id: 25},
{ id: 53, number: 3, name: "C", conference_id: 12, room_id: 26},
- { id: 54, number: 3, name: "D", conference_id: 12, room_id: 27},
+ { id: 54, number: 4, name: "D", conference_id: 12, room_id: 27},
)
diff --git a/db/fixtures/production/00_seeds.rb b/db/fixtures/production/00_seeds.rb
index f1d803f8d..fabbdcf89 100644
--- a/db/fixtures/production/00_seeds.rb
+++ b/db/fixtures/production/00_seeds.rb
@@ -385,7 +385,7 @@
{ id: 51, number: 1, name: "A", conference_id: 12, room_id: 24},
{ id: 52, number: 2, name: "B", conference_id: 12, room_id: 25},
{ id: 53, number: 3, name: "C", conference_id: 12, room_id: 26},
- { id: 54, number: 3, name: "D", conference_id: 12, room_id: 27},
+ { id: 54, number: 4, name: "D", conference_id: 12, room_id: 27},
)
Room.seed(