+ {transactionsSelected.length === 1 && (
+
+ You have selected that transaction{' '}
+ #{transactionsSelected[0]} should be
+ rerun.
+
+ )}
+ {(transactionsSelected.length > 1 || transactionsCount) && (
+
+ You have selected a total of{' '}
+
+ {bulkRerunActive
+ ? transactionsCount
+ : transactionsSelected.length}
+ {' '}
+ transactions to be rerun.
+
+ )}
+ {alerts.rerun.map((alert, index) => (
+
+ {alert.msg}
+
+ ))}
+
+ Are you sure you wish to proceed with this operation?
+
+
+ )}
+ >
+ ) : (
+