mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 05:18:34 +03:00
WIP: add null for inscrutable error in build
This commit is contained in:
@@ -25,6 +25,9 @@ const CardSource = ({ source, isLoading, onClickHandler }) => {
|
||||
}
|
||||
}
|
||||
|
||||
if (!source.type) {
|
||||
return null;
|
||||
}
|
||||
return (
|
||||
<div className="card-source">
|
||||
{isLoading
|
||||
|
||||
Reference in New Issue
Block a user