[learn-example][sm] - remove console.log and fix typo
This commit is contained in:
@@ -98,7 +98,6 @@ export default function DatasetPage({ mdxSource, frontMatter }) {
|
|||||||
<tbody>
|
<tbody>
|
||||||
{frontMatter.files.map((f) => {
|
{frontMatter.files.map((f) => {
|
||||||
const fileName = f.split('/').slice(-1);
|
const fileName = f.split('/').slice(-1);
|
||||||
console.log(fileName);
|
|
||||||
return (
|
return (
|
||||||
<tr key={`resources-list-${f}`}>
|
<tr key={`resources-list-${f}`}>
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
@@ -219,7 +219,7 @@ List of available datasets:
|
|||||||
|
|
||||||
You now have a filter in your page with all possible values automatically added to it.
|
You now have a filter in your page with all possible values automatically added to it.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Showing metadata
|
## Showing metadata
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user