+ { timelineError instanceof Error ? (
+
+ { __(
+ 'Error while loading payment details',
+ 'woocommerce-payments'
+ ) }
+
+ ) : (
+
+
+
+ { __(
+ 'Authorized payment',
+ 'woocommerce-payments'
+ ) }
+
+
+
+ { formattedAmount }
+ { conversionRate }
+
+
+
+
+
+ { __(
+ 'Transaction fee',
+ 'woocommerce-payments'
+ ) }
+
+
+
+ { formatFees( captureEvent ) }
+
+
+ ) }
+
+