Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #30 from psyfood/version
Browse files Browse the repository at this point in the history
NF: Display pyqmix version on frontend
  • Loading branch information
ArndalAndersen authored Nov 7, 2018
2 parents ef441c0 + 7dc90b9 commit 24102dd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2018.11.07
----------
- Display version number of installed `pyqmix` in the frontend

2018.11.05
----------
- Abort current pump operation if user initiates a new one
Expand Down
11 changes: 5 additions & 6 deletions pyqmix_frontend/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -1243,12 +1243,11 @@ class Outro extends Component {
};

render = () => {
return null;
// return (
// <p>
// pyqmix version {this.state.pyqmixVersion}
// </p>
// )
return (
<p>
pyqmix version {this.state.pyqmixVersion}
</p>
)
}
}

Expand Down

0 comments on commit 24102dd

Please sign in to comment.