From e66dc0196683761baa009f4f708af2c515b11779 Mon Sep 17 00:00:00 2001 From: fmtabbara Date: Wed, 23 Mar 2022 12:00:13 +0000 Subject: [PATCH] highlight pending delegation time --- nym-wallet/src/pages/delegate/SuccessView.tsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/nym-wallet/src/pages/delegate/SuccessView.tsx b/nym-wallet/src/pages/delegate/SuccessView.tsx index 581fc0d91b..9df693cc2f 100644 --- a/nym-wallet/src/pages/delegate/SuccessView.tsx +++ b/nym-wallet/src/pages/delegate/SuccessView.tsx @@ -1,5 +1,5 @@ import React, { useContext } from 'react'; -import { Box } from '@mui/material'; +import { Box, Stack, Typography } from '@mui/material'; import { SuccessReponse, TransactionDetails } from '../../components'; import { ClientContext } from '../../context/main'; @@ -9,7 +9,14 @@ export const SuccessView: React.FC<{ details?: { amount: string; address: string <> + Successfully requested delegation to node + + Note it may take up to one hour to take effect + + + } caption={`Your current balance is: ${userBalance.balance?.printable_balance}`} /> {details && (