diff --git a/src/Collections/CollectionList.tsx b/src/Collections/CollectionList.tsx
index 46c1402..a484794 100644
--- a/src/Collections/CollectionList.tsx
+++ b/src/Collections/CollectionList.tsx
@@ -18,6 +18,7 @@ import Container from "../widgets/Container";
import { routeResolver } from "../App";
import { CachedCollection } from "../Pim/helpers";
+import ColorBox from "../widgets/ColorBox";
interface PropsType {
collections: CachedCollection[];
@@ -38,7 +39,10 @@ export default function CollectionList(props: PropsType) {
for (const col of props.collections) {
if (collectionMap[col.metadata.type]) {
- const colorBox = undefined; // FIXME
+ const colorBox = (col.metadata.color) ? (
+
+ ) : undefined;
+
collectionMap[col.metadata.type].push((
colClicked(col.collection.uid)}>