diff --git a/apps/monitor/templates/monitor.html b/apps/monitor/templates/monitor.html
index b29ab10..febac7d 100644
--- a/apps/monitor/templates/monitor.html
+++ b/apps/monitor/templates/monitor.html
@@ -36,12 +36,7 @@
| {{ r.dateRelative }} |
{{ r.date|date:'Y-m-d' }} |
- {{ r.rateEUR|floatformat:0 }} EUR/{{ c.crypto }}
- {% if r.rateUSD %}
-
- {{ r.rateUSD|floatformat:0 }} USD/{{ c.crypto }}
- {% endif %}
- |
+ {{ r.rateEUR|floatformat:0 }} EUR/{{ c.crypto }} |
{% if r.diffPercentage %}
{{ r.diffPercentage|floatformat:1 }}%
{% endif %}
|