Actually render the right panel in the new system

This commit is contained in:
Travis Ralston 2019-12-05 23:40:18 -07:00
parent 42898ec414
commit bbdff701b4
3 changed files with 9 additions and 1 deletions

View file

@ -141,7 +141,7 @@ export default class RightPanel extends React.Component {
}
onAction(payload) {
if (payload.action === "view_right_panel_phase") {
if (payload.action === "after_right_panel_phase_change") {
this.setState({
phase: payload.phase,
groupRoomId: payload.groupRoomId,