comments yo
This commit is contained in:
mgabdev
2020-05-05 01:16:01 -04:00
parent 498f163880
commit 01bb440385
19 changed files with 234 additions and 73 deletions

View File

@@ -38,10 +38,7 @@ class Status extends ImmutablePureComponent {
render() {
const { status } = this.props
// : todo :
// - if comment render as such
if (!status) {
return <ColumnIndicator type='loading' />
}