Skip to content

Commit

Permalink
Chore: use className instead of class
Browse files Browse the repository at this point in the history
  • Loading branch information
joost-stessens committed Aug 30, 2024
1 parent c9c642a commit 0041418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wearables-dashboard/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function App() {
spacing={2}
paddingX={2}
paddingBottom={2}
class="userflow-wearables"
className="userflow-wearables"
>
{selectedTab === "analytics" && <Analytics />}
{selectedTab === "settings" && (
Expand Down

0 comments on commit 0041418

Please sign in to comment.