Spaces:
Sleeping
Sleeping
Upload 3 files
Browse files- templates/dashboard.html +1 -1
templates/dashboard.html
CHANGED
@@ -900,7 +900,7 @@
|
|
900 |
<span class="token-method token-method-estimate">估算</span>
|
901 |
{% endif %}
|
902 |
</td>
|
903 |
-
<td>{{ record.compute_points if record.compute_points is not none else 'null' }}</td>
|
904 |
</tr>
|
905 |
{% endfor %}
|
906 |
</tbody>
|
|
|
900 |
<span class="token-method token-method-estimate">估算</span>
|
901 |
{% endif %}
|
902 |
</td>
|
903 |
+
<td>{{ record.compute_points if record.compute_points is not none and record.compute_points != 0 else 'null' }}</td>
|
904 |
</tr>
|
905 |
{% endfor %}
|
906 |
</tbody>
|