fix
This commit is contained in:
parent
2be4b15cf9
commit
d31602f518
@ -195,9 +195,9 @@ class Main extends Component {
|
|||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
{this.state.page == "#gallery" && this.state.gallery_open &&
|
{this.state.page == "#gallery" && this.state.gallery_open !== undefined &&
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<Gallery photos={photos_gallery} onClick={this.openPhoto}/>
|
<Gallery style={{}} photos={photos_gallery} onClick={this.openPhoto}/>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
{this.state.page == "" &&
|
{this.state.page == "" &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user