Router done
This commit is contained in:
@@ -25,7 +25,6 @@ export default class Listings extends React.Component {
|
||||
|
||||
|
||||
loadListing(id).then(l => l.text()).then(l => {
|
||||
console.log('lising clicked');
|
||||
this.props.dispatch({type: 'UPDATE_ROUTE', action: {
|
||||
toDispatch: {
|
||||
type: 'VIEW_LISTING_DETAILS', action: {
|
||||
|
||||
Reference in New Issue
Block a user