📜  在地图反应中添加 if 条件 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:04:22.058000             🧑  作者: Mango

代码示例3
renderItem = (id) => {
    // just standard if statement
    if (this.props.schema.collectionName.length < 0) {
        return (
            
                
            
        );
    }
    return (
        

hejsan

); }