From a37c5fb6ca78c1ca0f3c036ed0c69d293eb53dbb Mon Sep 17 00:00:00 2001 From: George Lima Date: Thu, 20 Dec 2018 16:04:00 -0300 Subject: [PATCH] feature: add warning on select custom fee --- app/views/send.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/views/send.js b/app/views/send.js index 94576b3..9fdeae3 100644 --- a/app/views/send.js +++ b/app/views/send.js @@ -206,6 +206,9 @@ export class SendView extends PureComponent { )} + {feeType === FEES.CUSTOM && ( + + )}