diff --git a/app/views/dashboards/show.html.erb b/app/views/dashboards/show.html.erb
index a4632c1d2..2c4a62741 100644
--- a/app/views/dashboards/show.html.erb
+++ b/app/views/dashboards/show.html.erb
@@ -1,8 +1,10 @@
<% provide :head_title, t('nav.label.dashboard') %>
-
- <%= render "calendar" %>
- <%= render "current_tasks" %>
- <%= render "recent_work" %>
- <%= render "quick_start" %>
-
+<% if current_team %>
+
+ <%= render "calendar" %>
+ <%= render "current_tasks" %>
+ <%= render "recent_work" %>
+ <%= render "quick_start" %>
+
+<% end %>