diff --git a/client/modules/User/components/CollectionCreate.jsx b/client/modules/User/components/CollectionCreate.jsx index 139982b5..220dcfda 100644 --- a/client/modules/User/components/CollectionCreate.jsx +++ b/client/modules/User/components/CollectionCreate.jsx @@ -61,49 +61,43 @@ class CollectionCreate extends React.Component { const invalid = name === '' || name == null; return ( -
+
{this.getTitle()} - -
-

Create collection

+
+
+ {creationError && Couldn't create collection} +

+ + + {invalid && Collection name is required} +

+

+ +