Skip to content

Commit f31da08

Browse files
esezenCopilot
andauthored
Update src/utils/helpers.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0e7c6e8 commit f31da08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ const utils = {
382382
const filtered = {};
383383

384384
Object.keys(testCells).forEach((key) => {
385-
if (typeof testCells[key] === 'string' && testCells[key] !== '') {
385+
if (typeof testCells[key] === 'string' && testCells[key].trim() !== '') {
386386
filtered[key] = testCells[key];
387387
}
388388
});

0 commit comments

Comments
 (0)