Actually render the right panel in the new system
This commit is contained in:
parent
42898ec414
commit
bbdff701b4
3 changed files with 9 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue