WIP: add null for inscrutable error in build

This commit is contained in:
Lachlan Kermode
2018-12-21 17:30:45 +00:00
parent 65c7cb3962
commit 53cd11e80f

View File

@@ -25,6 +25,9 @@ const CardSource = ({ source, isLoading, onClickHandler }) => {
}
}
if (!source.type) {
return null;
}
return (
<div className="card-source">
{isLoading