We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 969ed25 commit 39e1e66Copy full SHA for 39e1e66
src/components/RankingDisplay/TeamRankings/index.tsx
@@ -38,7 +38,7 @@ const TeamRankings = () => {
38
<MenuBar event={event} season={season} />
39
<div className={styles.teamRankings}>
40
{/* TODO(@evanlihou): This should be toggleable from this page */}
41
- {event?.options.showEventName === true && (
+ {event?.options?.showEventName === true && (
42
<div className={styles.eventName}>{event.name} ({season})</div>
43
)}
44
<table>
0 commit comments