Implemented patron page
This commit is contained in:
@@ -35,6 +35,7 @@ class CommonLinks extends React.Component {
|
||||
<p><Link to='/combatlog' onClick={this.props.onClickCombatLog}>Combat Log</Link></p>
|
||||
<p><Link to='/passwordchange' onClick={this.props.onClickPasswordChange}>Change Password</Link></p>
|
||||
<p><Link to='/tasklist' onClick={this.props.onClickTaskList}>Task List</Link></p>
|
||||
<p><Link to='/patronlist' onClick={this.props.onClickTaskList}>Patron List</Link></p>
|
||||
|
||||
<Extra />
|
||||
|
||||
@@ -50,6 +51,7 @@ class CommonLinks extends React.Component {
|
||||
<p><Link to='/passwordrecover' onClick={this.props.onClickPasswordRecover}>Recover Password</Link></p>
|
||||
<p><Link to='/ladder' onClick={this.props.onClickLadder}>Game Ladder</Link></p>
|
||||
<p><Link to='/tasklist' onClick={this.props.onClickTaskList}>Task List</Link></p>
|
||||
<p><Link to='/patronlist' onClick={this.props.onClickTaskList}>Patron List</Link></p>
|
||||
|
||||
<Extra />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user