desc -> description in sources

This commit is contained in:
Lachlan Kermode
2020-06-26 11:28:17 +02:00
parent ec418f4a41
commit c1863fba07
3 changed files with 5 additions and 5 deletions

View File

@@ -70,7 +70,7 @@ const CardSource = ({ source, isLoading, onClickHandler }) => {
height={30}
/>
) : fallbackIcon}
<p>{source.id}</p>
<p>{source.title ? source.title : source.id}</p>
</div>
)}
</div>