- XMR 7,564.94
+
+ XMR 7,564.94
+
|
renders without exploding. 1`] = ` |
- ASD
+
+ Cash by mail
+
|
-
- X
-
+
65 Days
@@ -108,7 +124,7 @@ exports[`organisms::MarketTransactions > renders without exploding. 1`] = `
- 1,212.00
+ 1,212
|
- XMR 6,483.23
+
+ XMR 6,483.23
+
|
renders without exploding. 1`] = ` | - ASD + |
-
- X
-
+
65 Days
@@ -174,7 +204,7 @@ exports[`organisms::MarketTransactions > renders without exploding. 1`] = `
- 3,412.00
+ 3,412
|
diff --git a/packages/renderer/src/components/molecules/MarketTransactionsTable/_types.ts b/packages/renderer/src/components/molecules/MarketTransactionsTable/_types.ts
index bd1b41f..eaabf89 100644
--- a/packages/renderer/src/components/molecules/MarketTransactionsTable/_types.ts
+++ b/packages/renderer/src/components/molecules/MarketTransactionsTable/_types.ts
@@ -29,4 +29,5 @@ export interface MarketTransaction {
export enum MarketTransactionPaymentMethod {
CashByMail = "CashByMail",
+ Other = "Other",
}