From 98d5ed370662129e26b994d96158c17c6e8538fe Mon Sep 17 00:00:00 2001 From: dzannotti Date: Mon, 10 Aug 2015 23:46:59 +0100 Subject: [PATCH] renamed payload to action as requested in https://github.com/gaearon/redux-devtools/pull/48#issuecomment-129634019 --- src/react/LogMonitorEntryAction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/react/LogMonitorEntryAction.js b/src/react/LogMonitorEntryAction.js index 4b2c07c7..be52339b 100644 --- a/src/react/LogMonitorEntryAction.js +++ b/src/react/LogMonitorEntryAction.js @@ -27,7 +27,7 @@ export default class LogMonitorAction extends React.Component { ...styles.payload, backgroundColor: this.props.theme.base01 }}> - { Object.keys(payload).length > 0 ? : '' } + { Object.keys(payload).length > 0 ? : '' } ); }