This commit is contained in:
mgabdev
2020-05-04 14:44:37 -04:00
parent 4cf0713b37
commit 498f163880
66 changed files with 1192 additions and 246 deletions

View File

@@ -39,6 +39,7 @@ class Status extends ImmutablePureComponent {
render() {
const { status } = this.props
// : todo :
// - if comment render as such
if (!status) {
@@ -46,7 +47,7 @@ class Status extends ImmutablePureComponent {
}
return (
<StatusContainer {...this.props} />
<StatusContainer {...this.props} contextType='feature' />
)
}