Skip to content

Commit

Permalink
Track running games
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenAppers committed Nov 24, 2024
1 parent e9441b5 commit f696cf4
Show file tree
Hide file tree
Showing 10 changed files with 394 additions and 270 deletions.
4 changes: 3 additions & 1 deletion src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ export function App() {
<TabPanels>
<TabPanel>{selectedTab === 0 && <Analytics />}</TabPanel>
<TabPanel>{selectedTab === 1 && <PieRayHelper />}</TabPanel>
<TabPanel>{selectedTab === 2 && <Launcher />}</TabPanel>
<TabPanel>
<Launcher />
</TabPanel>
<TabPanel></TabPanel>
<TabPanel>{selectedTab === 4 && <Waypoints />}</TabPanel>
</TabPanels>
Expand Down
Loading

0 comments on commit f696cf4

Please sign in to comment.