🔇 Removing some frontend console noise
This commit is contained in:
committed by
ericlinagora
parent
90d4719e22
commit
be574fc39f
@@ -206,7 +206,7 @@ export default memo(
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
function draggableMarkup(index: number, child: any) {
|
||||
@@ -226,13 +226,13 @@ export default memo(
|
||||
isMobile ? (
|
||||
<DocumentRow {...commonProps} />
|
||||
) : (
|
||||
<Draggable id={index}>
|
||||
<Draggable id={index} key={index}>
|
||||
<DocumentRow {...commonProps} />
|
||||
</Draggable>
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user