fix
This commit is contained in:
@@ -13,8 +13,6 @@ class Images extends Component {
|
|||||||
constructor(props) {
|
constructor(props) {
|
||||||
super(props);
|
super(props);
|
||||||
this.state = { mainPic:0,pics:[]};
|
this.state = { mainPic:0,pics:[]};
|
||||||
|
|
||||||
console.log('Images constructor',props);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
componentDidMount () {
|
componentDidMount () {
|
||||||
|
|||||||
Reference in New Issue
Block a user