diff --git a/app/views/competitions/_chartList.html.erb b/app/views/competitions/_chartList.html.erb
index 6bfb5582..169b70e4 100644
--- a/app/views/competitions/_chartList.html.erb
+++ b/app/views/competitions/_chartList.html.erb
@@ -14,7 +14,7 @@
- 当前排名 <%= rank.rank == 0 ? "--" : rank.rank %>
- <%= rank.name %>
- <% if @competition.identifier != "gcc-annotation-2018" && @competition.identifier == "gcc-course-2019" %>
+ <% if @competition.identifier != "gcc-annotation-2018" && @competition.identifier != "gcc-course-2019" %>
- <%= rank.rank == 0 ? "--" : com_spend_time(rank.s_spend_time) %>
<% end %>
- <%= rank.rank == 0 ? "--" : "#{rank.s_score}分" %>