Skip to content

Commit

Permalink
aMPL v0.2.24
Browse files Browse the repository at this point in the history
  • Loading branch information
choxi committed Jun 27, 2017
1 parent 5b06b37 commit c5c1d44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
}
},
"dependencies": {
"aMPL": "git+ssh://git@github.com/inkandswitch/ampl.git#v0.2.23",
"aMPL": "git+ssh://git@github.com/inkandswitch/ampl.git#v0.2.24",
"assert": "1.4.1",
"body-parser": "^1.17.2",
"bonjour": "^3.5.0",
Expand Down
3 changes: 1 addition & 2 deletions src/components/network.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,8 @@ export default class Network extends React.Component {
let key = "peer-" + id

let namePartial
if(peer.self) {
if(peer.self)
namePartial = <InlineInput onSubmit={ this.updatePeerName } defaultValue={ name }>{ name }</InlineInput>
}
else
namePartial = name

Expand Down

0 comments on commit c5c1d44

Please sign in to comment.