mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-21 21:33:08 +01:00
Stopped "Show more" button showing when no more tests to load in
This commit is contained in:
@@ -111,7 +111,7 @@ export default class TestsTable extends Component {
|
||||
</Table>
|
||||
</Col>
|
||||
</Row>
|
||||
{page <= lastPage &&
|
||||
{page < lastPage &&
|
||||
<Row>
|
||||
<Col sm={{ span: 12 }} className="text-center">
|
||||
<Button variant="primary" onClick={this.getMoreData}>Show more</Button>
|
||||
|
||||
Reference in New Issue
Block a user