diff --git a/apps/watcher/src/app/actions/@form/lock/page.tsx b/apps/watcher/src/app/actions/@form/lock/page.tsx index 22a25a795..6645bc8d7 100644 --- a/apps/watcher/src/app/actions/@form/lock/page.tsx +++ b/apps/watcher/src/app/actions/@form/lock/page.tsx @@ -7,7 +7,7 @@ import { AlertCard, AlertProps, ApiKeyModalWarning, - Link, + Id, Stack, SubmitButton, Typography, @@ -111,12 +111,11 @@ const LockForm = () => { message: ( <> Lock operation is in progress. Wait for tx [ - - {response.txId} - + /> ] to be confirmed by some blocks, so your new permits will be activated. diff --git a/apps/watcher/src/app/actions/@form/unlock/page.tsx b/apps/watcher/src/app/actions/@form/unlock/page.tsx index af8c24b1e..c071d2881 100644 --- a/apps/watcher/src/app/actions/@form/unlock/page.tsx +++ b/apps/watcher/src/app/actions/@form/unlock/page.tsx @@ -1,12 +1,12 @@ 'use client'; -import Link from 'next/link'; import { useMemo, useState, useEffect, ReactNode } from 'react'; import { FormProvider, SubmitHandler, useForm } from 'react-hook-form'; import { AlertCard, AlertProps, + Id, SubmitButton, useApiKey, ApiKeyModalWarning, @@ -133,12 +133,11 @@ const UnlockForm = () => { message: ( <> Unlock operation is in progress. Wait for tx [ - - {response.txId} - + ] to be confirmed by some blocks. ), diff --git a/apps/watcher/src/app/actions/@form/withdraw/page.tsx b/apps/watcher/src/app/actions/@form/withdraw/page.tsx index c4fd371d7..e35c4ba58 100644 --- a/apps/watcher/src/app/actions/@form/withdraw/page.tsx +++ b/apps/watcher/src/app/actions/@form/withdraw/page.tsx @@ -20,7 +20,6 @@ import { TextField, useApiKey, ApiKeyModalWarning, - Link, Stack, } from '@rosen-bridge/ui-kit'; import { NETWORKS, TOKEN_NAME_PLACEHOLDER } from '@rosen-ui/constants'; @@ -145,12 +144,11 @@ const WithdrawForm = () => { message: ( <> Withdrawal is successful. Wait for tx [ - - {response.txId} - + ] to be confirmed. ),