Skip to content

Commit 13804cc

Browse files
committed
No need for quotes now
1 parent 0a56482 commit 13804cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dispatcher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export default class Dispatcher extends Component {
128128
}
129129

130130
resetCustomAction() {
131-
this.refs.action.innerHTML = this.props.initEmpty ? '<br/>' : '{<br/>"type": ""<br/>}';
131+
this.refs.action.innerHTML = this.props.initEmpty ? '<br/>' : '{<br/>type: ""<br/>}';
132132
}
133133

134134
getSelectedActionCreator() {

0 commit comments

Comments
 (0)