diff --git a/src/components/transfer-v2.tsx b/src/components/transfer-v2.tsx
index 81a10ecb..2e5ee2ed 100644
--- a/src/components/transfer-v2.tsx
+++ b/src/components/transfer-v2.tsx
@@ -221,20 +221,20 @@ function Component() {
]);
const alert = useMemo(() => {
- if (
- (sourceChain?.network === "darwinia-dvm" && targetChain?.network === "crab-dvm") ||
- (sourceChain?.network === "crab-dvm" && targetChain?.network === "darwinia-dvm")
- ) {
- return (
-
-
- The bridge between Darwinia and Crab is undergoing maintenance and will reopen once upgrades are completed.
-
-
- );
- }
+ // if (
+ // (sourceChain?.network === "darwinia-dvm" && targetChain?.network === "crab-dvm") ||
+ // (sourceChain?.network === "crab-dvm" && targetChain?.network === "darwinia-dvm")
+ // ) {
+ // return (
+ //
+ //
+ // The bridge between Darwinia and Crab is undergoing maintenance and will reopen once upgrades are completed.
+ //
+ //
+ // );
+ // }
return null;
- }, [sourceChain.network, targetChain.network]);
+ }, []);
return (
<>