+ {!hideStatus
+ && (status === 'loading'
+ ? (
+
+ )
+ : status === 'error'
+ ? (
+
+ )
+ : (
+ <>>
+ ))}
+ {(status === 'success' || notification.summary.info) && notification.type === 'send' && (
+
+ )}
+ {(status === 'success' || notification.summary.info) && notification.type === 'swap' && (
+
+ )}
+ {(status === 'success' || notification.summary.info) && notification.type === 'approval' && (
+
+ )}
+ {(status === 'success' || notification.summary.info) && notification.type === 'mint' && (
+
+ )}
+ {(status === 'success' || notification.summary.info) && notification.type === 'burn' && (
+
+ )}
+ {(status === 'success' || notification.summary.info) && notification.type === 'enterBar' && (
+
+ )}
+ {(status === 'success' || notification.summary.info) && notification.type === 'leaveBar' && (
+
+ )}
+ {(status === 'success' || notification.summary.info) && notification.type === 'generateCode' && (
+
+ )}
+ {(status === 'success' || notification.summary.info) && notification.type === 'setCode' && (
+
+ )}
+