mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-12 13:28:32 +03:00
fix empty rows
This commit is contained in:
Binary file not shown.
@@ -63,8 +63,9 @@ export default (data) => {
|
|||||||
structure.__flat.forEach(label => {
|
structure.__flat.forEach(label => {
|
||||||
deepRow[label] = baseRow[label]
|
deepRow[label] = baseRow[label]
|
||||||
})
|
})
|
||||||
|
if (deepRow['id'] && deepRow['id'] !== '') {
|
||||||
output.push(deepRow)
|
output.push(deepRow)
|
||||||
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
return output
|
return output
|
||||||
|
|||||||
Reference in New Issue
Block a user