add warning to delegate page

This commit is contained in:
fmtabbara
2022-01-18 11:30:56 +00:00
parent 3a39fff006
commit 5190a541a6
+3
View File
@@ -24,6 +24,9 @@ export const Delegate = () => {
Icon={DelegateIcon}
>
<>
<Box sx={{ px: 3, mb: 1 }}>
<Alert severity="warning">Always ensure you leave yourself enough funds to UNDELEGATE</Alert>
</Box>
{status === EnumRequestStatus.initial && (
<DelegateForm
onError={(message?: string) => {