📅  最后修改于: 2022-03-11 15:04:22.058000             🧑  作者: Mango
renderItem = (id) => {
// just standard if statement
if (this.props.schema.collectionName.length < 0) {
return (
);
}
return (
hejsan
);
}