Some petty changes& add multi device picture
This commit is contained in:
@@ -112,9 +112,6 @@ export class ImageGallery extends Component {
|
||||
|
||||
imageList = () => {
|
||||
|
||||
console.log('====================================');
|
||||
console.log(this.props.images);
|
||||
console.log('====================================');
|
||||
return this.props.images.map((image, index) => {
|
||||
|
||||
return (<GridTile
|
||||
|
||||
Reference in New Issue
Block a user