Skip to content

Commit

Permalink
Remove message code from prototyping phase (#151)
Browse files Browse the repository at this point in the history
* Remove message code from prototyping phase

* Add changelog entry
  • Loading branch information
nwalters512 committed Oct 11, 2018
1 parent ad20763 commit 49afd76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ with the current date and the next changes should go under a **[Next]** header.
## [Next]

* Fix queues and course sorting. ([@genevievehelsel](https://github.com/genevievehelsel) in [#150](https://github.com/illinois/queue/pull/150))
* Remove message code from API prototyping phase. ([@nwalters512](https://github.com/nwalters512) in [#151](https://github.com/illinois/queue/pull/151))

## 10 October 2018

Expand Down
1 change: 0 additions & 1 deletion src/components/QueueStatusToggle.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ class QueueStatusToggle extends React.Component {
toggleQueueStatus() {
const attributes = {
open: !this.props.queue.open,
message: this.props.queue.open ? 'Closed' : 'Open',
}
this.props.updateQueue(this.props.queue.id, attributes)
}
Expand Down

0 comments on commit 49afd76

Please sign in to comment.