We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c4d46 commit fa88dfeCopy full SHA for fa88dfe
1 file changed
src/conf.js
@@ -26,5 +26,5 @@ export default async function conference(fbDb, htConf, outputDir) {
26
t.tags.map((e) => e.color_background)
27
);
28
29
- return new Set(eventColors, tagColors);
+ return new Set([...eventColors, ...tagColors].filter((t) => t !== null));
30
}
0 commit comments