This commit is contained in:
Lachlan Kermode
2018-12-21 17:32:55 +00:00
parent 53cd11e80f
commit 8a402df38d

View File

@@ -25,7 +25,7 @@ const CardSource = ({ source, isLoading, onClickHandler }) => {
} }
} }
if (!source.type) { if (!source) {
return null; return null;
} }
return ( return (