mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-29 13:03:55 +03:00
renamed payload to action as requested in https://github.com/gaearon/redux-devtools/pull/48#issuecomment-129634019
This commit is contained in:
parent
6677e375b4
commit
98d5ed3706
|
@ -27,7 +27,7 @@ export default class LogMonitorAction extends React.Component {
|
||||||
...styles.payload,
|
...styles.payload,
|
||||||
backgroundColor: this.props.theme.base01
|
backgroundColor: this.props.theme.base01
|
||||||
}}>
|
}}>
|
||||||
{ Object.keys(payload).length > 0 ? <JSONTree theme={this.props.theme} keyName={'payload'} data={payload}/> : '' }
|
{ Object.keys(payload).length > 0 ? <JSONTree theme={this.props.theme} keyName={'action'} data={payload}/> : '' }
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user