[learn-example][sm] - remove console.log and fix typo
This commit is contained in:
parent
89ba260b70
commit
dac7d03d05
@ -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>
|
||||
|
||||
@ -219,7 +219,7 @@ List of available datasets:
|
||||
|
||||
You now have a filter in your page with all possible values automatically added to it.
|
||||
|
||||

|
||||

|
||||
|
||||
## Showing metadata
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user