diff --git a/views/space_home.erb b/views/space_home.erb
index 4e345ce7efcffc2818b99102a5ff0ddce9206d5b..67c88d8730d18585785b3c49b7371493c46c7bd0 100644
--- a/views/space_home.erb
+++ b/views/space_home.erb
@@ -25,6 +25,9 @@ You have no upcoming reservations. You can view upcoming trainings to get certif
                 <% if !reservation.event.nil? %>
                     <br><small><%= reservation.event.title %></small>
                 <% end %>
+                <% unless reservation.title.nil? || reservation.title.empty? %>
+                    <br><small><%= reservation.title %></small>
+                <% end %>
             </td>
             <td>
             	<%= reservation.start_time.in_time_zone.strftime('%m/%d/%Y @ %l:%M %P') %><br>