problem panels: get problem actions

This commit is contained in:
Alexander Zobnin
2018-12-08 17:56:31 +03:00
parent 9e4bf88195
commit 198110e2af
4 changed files with 53 additions and 27 deletions

View File

@@ -82,7 +82,7 @@ export class ProblemList extends PureComponent<ProblemListProps, ProblemListStat
}
render() {
// console.log(this.props.problems, this.props.panelOptions);
console.log(this.props.problems);
const columns = this.buildColumns();
this.rootWidth = this.rootRef && this.rootRef.clientWidth;