default USE_SOURCES = true

This commit is contained in:
Lachlan Kermode
2018-12-25 17:05:11 +01:00
parent f9555c4c2f
commit ad69b1914b
3 changed files with 2 additions and 152 deletions

View File

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