diff --git a/src/pages/TopToolBar.vue b/src/pages/TopToolBar.vue
index 929f218..788143b 100644
--- a/src/pages/TopToolBar.vue
+++ b/src/pages/TopToolBar.vue
@@ -134,7 +134,9 @@
- {{ $store.state.fan_temp }} ℃
+
+ {{ $store.state.fan_temp.toFixed(1) }} ℃
+