mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 06:16:01 +00:00
Do not load if not needed
This commit is contained in:
parent
8787e72444
commit
c043adf031
@ -15,7 +15,9 @@ class BlocksContainer extends Component {
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
this.props.fetchBlocks();
|
||||
if (!this.props.blocks.data) {
|
||||
this.props.fetchBlocks();
|
||||
}
|
||||
}
|
||||
|
||||
loadMore() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user