Implemented patron page

This commit is contained in:
2019-06-02 22:48:48 +10:00
parent 13ae766df9
commit b76d22137f
5 changed files with 76 additions and 0 deletions
+2
View File
@@ -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>