+ {operations && operations.length > 0 ? (
+ operations.map((opName) => (
+
+ }
+ aria-label={(
+
+ )}
+ >
+
+ handleDeleteClick(e, opName)}
+ aria-label='delete'
+ size='small'>
+
+
+
+
+ )
+ }
+ >
+
+
+ ))
+ ) : (
+
+
+ )}
+ primaryTypographyProps={{ color: 'text.secondary', variant: 'body2' }}
+ />
+
+ )}
+
+