diff --git a/client/src/App.js b/client/src/App.js
index c9ac6f4..bea29ec 100644
--- a/client/src/App.js
+++ b/client/src/App.js
@@ -154,18 +154,9 @@ function SolarPower({end, duration}) {
/>
- tick === 0 ? 0 : (tick / 1000) + 'K'}
+ ticks={['0', '1k', '2k', '3k', '4k', '5k', '6k']}
/>
@@ -179,15 +170,6 @@ function SolarPower({end, duration}) {
-
-