Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkp committed Mar 30, 2016
1 parent 98f4d3f commit 7e80325
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"react-layout-pane": "^0.1.16",
"react-redux": "^4.4.1",
"react-router": "^2.0.1",
"react-split-pane": "^0.1.27",
"react-split-pane": "^0.1.28",
"redux": "^3.3.1",
"smartcard": "^1.0.9",
"tlv": "^1.1.1"
Expand All @@ -47,7 +47,7 @@
"babel-preset-react-hmre": "^1.1.1",
"css-loader": "^0.23.1",
"electron-packager": "^6.0.0",
"electron-prebuilt": "^0.37.2",
"electron-prebuilt": "^0.37.3",
"express": "^4.13.4",
"live-server": "^0.9.2",
"mocha": "^2.4.5",
Expand Down
2 changes: 1 addition & 1 deletion src/sections/results/Commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default ({commands, ids, clear, applications}) => {
}

return (
<SplitPane split="vertical" minSize="50" defaultSize="400">
<SplitPane split="vertical" minSize={50} defaultSize={400}>
<Layout type="row">
<Fixed className="commands-control">
<span className="button" onClick={clear}>x</span>
Expand Down

0 comments on commit 7e80325

Please sign in to comment.