From 0041418623ab5e8796ee25764565efbf22244c2d Mon Sep 17 00:00:00 2001 From: joost-stessens <122776799+joost-stessens@users.noreply.github.com> Date: Fri, 30 Aug 2024 11:07:43 +0200 Subject: [PATCH] Chore: use className instead of class --- wearables-dashboard/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wearables-dashboard/src/App.tsx b/wearables-dashboard/src/App.tsx index 3eea0bc..65010b4 100644 --- a/wearables-dashboard/src/App.tsx +++ b/wearables-dashboard/src/App.tsx @@ -39,7 +39,7 @@ function App() { spacing={2} paddingX={2} paddingBottom={2} - class="userflow-wearables" + className="userflow-wearables" > {selectedTab === "analytics" && } {selectedTab === "settings" && (