-
+ {title}
+
+
+
+ {selectedRadio === RANGE && (
+
+
+ {range && (
+ <>
+
From
+
+
To
+ >
+ )}
+
+
- {selectedRadio === RANGE && (
-
-
- {range && (
- <>
-
From
-
-
To
- >
- )}
-
-
-
- )}
-
- downloadLogs(range, args, fetchLogs)}>
- Download
-
-
+ )}
+
+ downloadLogs(range, args, fetchLogs)}>
+ Download
+
-
+
>
)
}
diff --git a/new-lamassu-admin/src/pages/Cashout/Cashout.js b/new-lamassu-admin/src/pages/Cashout/Cashout.js
index ac4db035..94b7315f 100644
--- a/new-lamassu-admin/src/pages/Cashout/Cashout.js
+++ b/new-lamassu-admin/src/pages/Cashout/Cashout.js
@@ -5,6 +5,7 @@ import * as R from 'ramda'
import React, { useState } from 'react'
import Tooltip from 'src/components/Tooltip'
+import { IconButton } from 'src/components/buttons'
import { NamespacedTable as EditableTable } from 'src/components/editableTable'
import { Switch } from 'src/components/inputs'
import TitleSection from 'src/components/layout/TitleSection'
@@ -89,7 +90,7 @@ const CashOut = ({ name: SCREEN_KEY }) => {
{fudgeFactorActive ? 'On' : 'Off'}
-
+
Automatically accept customer deposits as complete if their
received amount is 10 crypto atoms or less.