[learn-example][sm] - remove console.log and fix typo

This commit is contained in:
Luccas Mateus de Medeiros Gomes 2023-05-05 09:12:31 -03:00
parent 89ba260b70
commit dac7d03d05
2 changed files with 1 additions and 2 deletions

View File

@ -98,7 +98,6 @@ export default function DatasetPage({ mdxSource, frontMatter }) {
<tbody>
{frontMatter.files.map((f) => {
const fileName = f.split('/').slice(-1);
console.log(fileName);
return (
<tr key={`resources-list-${f}`}>
<td>

View File

@ -219,7 +219,7 @@ List of available datasets:
You now have a filter in your page with all possible values automatically added to it.
![](https://i.imgur.com/72aHZkD.png)
![](https://i.imgur.com/p2miSdg.png)
## Showing metadata