Skip to content

Commit

Permalink
Remove play loading screen for now
Browse files Browse the repository at this point in the history
  • Loading branch information
phisn committed Apr 24, 2024
1 parent a2273ef commit c396826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/app/play/Play.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function Play() {
const worldQuery = trpc.world.get.useQuery({ names: [params.world] })

if (worldQuery.isLoading) {
return <div>Loading...</div>
return undefined
}

if (worldQuery.data === undefined) {
Expand Down

0 comments on commit c396826

Please sign in to comment.