{selectedPerson && (
setAssetIdInput(input)} style={cssEditorField} variant="standard" label="Asset ID" value={assetId} onChange={(e) => {setAssetId(e.target.value)}}/>
{foundAsset && foundAsset.assetType.name}
{foundAsset && foundAsset.serial}
{foundAsset && foundAsset.assignee && (
Assigned To: {foundAsset.assignee.firstName} {foundAsset.assignee.lastName}
)}
)}
{assets.map((next, i) => {
return (
{next.assetType.name}
{next.assetId}
{next.serial}
)
})}
{/*
*/}
{/* {setAssetId(e.target.value)}}/>*/}
{/* {setSerial(e.target.value)}}/>*/}
{/*
*/}
{/*
*/}
{/* {setCondition(e.target.value)}}>*/}
{/* {conditions.map((condition, i) => {*/}
{/* return */}
{/* })}*/}
{/* */}
{/*
*/}
{/*
*/}
{/* {setConditionDetails(e.target.value)}}/>*/}
{/*
*/}