Minor adjustments

This commit is contained in:
Edin Dazdarevic
2017-04-13 21:27:33 +02:00
parent 233437e1c1
commit 1c133d21bc
3 changed files with 4 additions and 1 deletions

View File

@@ -126,6 +126,7 @@ const viewImage = ({type, action}, component) => {
const searchPlaceChanged = ({type, action}, component) => {
component.setState({
listingDetails: false,
listingId: null,
page: 0
})
}