Created the combat log
This commit is contained in:
@@ -28,6 +28,7 @@ class Ladder extends React.Component {
|
||||
</div>
|
||||
|
||||
<div className='mainPanel'>
|
||||
<h1 className='centered'>Game Ladder</h1>
|
||||
<ButtonHeader />
|
||||
<PagedLadder start={this.state.start} length={this.state.length} getFetch={this.getFetch.bind(this)} onReceived={this.onReceived.bind(this)} />
|
||||
<ButtonHeader />
|
||||
|
||||
Reference in New Issue
Block a user