diff --git a/pages/tournament.js b/pages/tournament.js index 826d196..b5972b2 100644 --- a/pages/tournament.js +++ b/pages/tournament.js @@ -19,14 +19,14 @@ import {Match} from '../js/components/Match'; class PrivateTournamentPage extends React.Component { render() { - const {ownerUsername, playoffStages} = this.props.tournament; + const {owner_username, playoffStages} = this.props.tournament; const {isSignedIn, username} = this.props; // TODO: Change href-prop of the anchor tag to contain the tournament code return (