From 8fdd0b68563479fc35af53045135935f2b1fa246 Mon Sep 17 00:00:00 2001 From: Zaine F <48459250+ZGeek03@users.noreply.github.com> Date: Sat, 6 Apr 2024 11:18:36 -0400 Subject: [PATCH] Update App.tsx --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index fdf4f11..fc81011 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -38,7 +38,7 @@ export default class App extends Component, AppState> { this.state = { history: [ - {velocity: 23, time: new Date(), distanceTraveled: 450, batteryVoltage: 4, engineTemp: 0, wind: 4, tilt: 3, latency: 0} + //{velocity: 23, time: new Date(), distanceTraveled: 450, batteryVoltage: 4, engineTemp: 0, wind: 4, tilt: 3, latency: 0} ], currentRaceName: '' };