Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
deliciousmonster committed Jun 18, 2019
1 parent 8ff9951 commit b051b39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Of course, if React isn’t your thing, the Pubkeeper browser client can be used
## Apache 2.0 License
Copyright 2017-2018 n.io innovation, LLC
Copyright 2017-2019 n.io innovation, LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions src/pages/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Page extends Component {
this.brewer.brewJSON([{ newBrewedTime: new Date() }]);
};

render() {
render = () => {
const { currentTime, historicalTime, brewedTime, historicalBrewedTime } = this.state;

return (
Expand Down Expand Up @@ -105,7 +105,7 @@ class Page extends Component {
</CardBody>
</Card>
);
}
};
}

export default withPubkeeper(Page);

0 comments on commit b051b39

Please sign in to comment.