tangled
alpha
login
or
join now
flo-bit.dev
/
blento
21
fork
atom
your personal website on atproto - mirror
blento.app
21
fork
atom
overview
issues
pulls
pipelines
fix refresh
Florian
1 month ago
dbe49972
3993cebd
+1
-1
1 changed file
expand all
collapse all
unified
split
src
lib
website
load.ts
+1
-1
src/lib/website/load.ts
···
87
87
for (const cardType of cardTypesArray) {
88
88
const cardDef = CardDefinitionsByType[cardType];
89
89
90
90
-
if (!cardDef.loadData) continue;
90
90
+
if (!cardDef?.loadData) continue;
91
91
92
92
additionDataPromises[cardType] = cardDef
93
93
.loadData(