Skip to content

Commit

Permalink
Update alert No supported chains (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 authored May 20, 2024
1 parent 8f55d46 commit e1cf7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/use-support-chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function useSupportChains(token: TokenCategory) {
setData(_data?.queryLnBridgeSupportChains || []);
if (!(_data?.queryLnBridgeSupportChains || []).length) {
notification.warn({
title: "No support chains",
title: "No supported chains",
description: "Cross-chain transfer of this token is temporarily not supported.",
});
}
Expand Down

0 comments on commit e1cf7b5

Please sign in to comment.