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