[apollo][xl]: mocked graphql setup + search page working from apollo now.

This commit is contained in:
anuveyatsu
2020-06-19 16:18:28 +06:00
parent f0d1bc0d3b
commit dfd5efa961
15 changed files with 3474 additions and 190 deletions

View File

@@ -25,7 +25,9 @@ export default function Item({ datapackage }) {
: 'dataset'}
</a>
</Link>
<div className="leading-relaxed mt-2">{datapackage.description}</div>
<div className="leading-relaxed mt-2">
{datapackage.description || datapackage.notes}
</div>
</div>
);
}