*/}
{
handleRequestChange(thing)
}}
sx={{
borderRadius: '50%',
width: 50,
minWidth: 50,
height: 50,
zIndex: 1,
}}
disabled={isDisabled}
>
{getThingIcon(thing?.type)}
{isDisabled && (
)}
{
onEditClick(thing)
}}
sx={{
borderRadius: '50%',
width: 25,
height: 25,
position: 'relative',
left: -10,
}}
>
{/* add delete icon: */}
{
onDeleteClick(thing)
}}
sx={{
borderRadius: '50%',
width: 25,
height: 25,
position: 'relative',
left: -10,
}}
>