+ {isCaptureSelected(capture.id) && (
+
+
+
+ )}
+
handleCaptureClick(e, capture)}
+ id={`card_${capture.id}`}
+ className={classes.card}
+ elevation={capture.placeholder ? 0 : 3}
+ >
+
+
+
+
+
+
+ handleShowGrowerDetail(e, capture.planterId)}
+ aria-label={`Grower details`}
+ title={`Grower details`}
+ >
+
+
+ handleShowCaptureDetail(e, capture)}
+ aria-label={`Capture details`}
+ title={`Capture details`}
+ >
+
+
+ handleCapturePinClick(e, capture.id)}
+ aria-label={`Capture location`}
+ title={`Capture location`}
+ >
+
+
+ handleGrowerMapClick(e, capture.planterId)}
+ aria-label={`Grower map`}
+ title={`Grower map`}
+ >
+
+
+
+
+
+
+