tangled
alpha
login
or
join now
bwc9876.dev
/
manhunt-app
0
fork
atom
Live location tracking and playback for the game "manhunt"
0
fork
atom
overview
issues
pulls
1
pipelines
Remove console.debug
bwc9876.dev
2 weeks ago
6ad701eb
9eeb59a8
verified
This commit was signed with the committer's
known signature
.
bwc9876.dev
SSH Key Fingerprint:
SHA256:DanMEP/RNlSC7pAVbnXO6wzQV00rqyKj053tz4uH5gQ=
-2
1 changed file
expand all
collapse all
unified
split
frontend
src
components
App.tsx
-2
frontend/src/components/App.tsx
···
7
7
import GameScreen from "./GameScreen";
8
8
9
9
function ScreenRouter({ screen }: { screen: AppScreen }) {
10
10
-
console.debug(`Render screen ${screen}`);
11
11
-
12
10
switch (screen) {
13
11
case "Setup":
14
12
return <SetupScreen />;