Grouped notifications (v1)

This commit is contained in:
mgabdev
2020-04-02 21:05:49 -04:00
parent 416bc3d603
commit 0a89c7b775
9 changed files with 369 additions and 154 deletions

View File

@@ -73,7 +73,7 @@ export default class Input extends PureComponent {
})
const btnClasses = cx({
displayNone: value.length === 0,
displayNone: !value || value.length === 0,
px10: 1,
mr5: 1,
})