[ckan-ssg][m] - fix build
This commit is contained in:
parent
5a6cf37c9e
commit
92ebac4a50
@ -1 +0,0 @@
|
||||
DMS=https://demo.dev.datopian.com
|
||||
File diff suppressed because it is too large
Load Diff
@ -79,7 +79,7 @@ export function Index({ datasets }) {
|
||||
</thead>
|
||||
<tbody className="divide-y divide-gray-200">
|
||||
{datasets.map((dataset) => (
|
||||
<tr>
|
||||
<tr key={dataset.name}>
|
||||
<td className="px-3 py-4 text-sm text-gray-500">
|
||||
{dataset.title}
|
||||
</td>
|
||||
Loading…
x
Reference in New Issue
Block a user