{approval.rawItem?.name}
+
+ {approval.rawItem?.arguments}
+
+ {decision === undefined && (
+ ✔︎ Approved
+ )} + {decision === 'rejected' && ( +✖︎ Rejected
+ )} +
+ {JSON.stringify(JSON.parse(message.arguments), null, 2)}
+
+ {output}
+ ) : (
+