Skip to content

Commit

Permalink
pace 16 star (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
therungg authored Nov 8, 2023
1 parent e06e028 commit b6c6b45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions app/tournaments/[tournament]/tournament.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import {
TournamentInfo,
} from "~src/components/tournament/tournament-info";
import { TournamentRuns } from "~src/components/tournament/tournament-runs";
import { TournamentStandings } from "~src/components/tournament/tournament-standings";
import { useReconnectWebsocket } from "~src/components/websocket/use-reconnect-websocket";
import { LiveDataMap } from "~app/live/live.types";
import { getRecommendedStream, liveRunIsInSearch } from "~app/live/utilities";
Expand Down Expand Up @@ -401,11 +400,11 @@ export const GenericTournament = ({
gameTime={false}
/>
</Tab>
{tournament.pointDistribution && (
<Tab title={"Standings"} eventKey={"standings"}>
<TournamentStandings tournament={tournament} />
</Tab>
)}
{/*{tournament.pointDistribution && (*/}
{/* <Tab title={"Standings"} eventKey={"standings"}>*/}
{/* <TournamentStandings tournament={tournament} />*/}
{/* </Tab>*/}
{/*)}*/}
<Tab title={"Stats"} eventKey={"stats"}>
<TournamentStats
data={data}
Expand Down
2 changes: 1 addition & 1 deletion app/tournaments/tournament-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const tournamentEntries: Array<[string, TournamentEntryValue]> = [
{ tournament: "Defeat Ganon No SRM Community Clash Main Event" },
],
["dirtythirty", { tournament: "Dirty Thirty Sapphire Tourney 2" }],
["gsa", { tournament: "PACE MK8" }],
["gsa", { tournament: "PACE 16" }],
["hgss", { tournament: "HGSS Blitz" }],
["lego", { tournament: "Lego Challenge 3" }],
[
Expand Down

0 comments on commit b6c6b45

Please sign in to comment.