Skip to content

Commit

Permalink
Merge pull request #35 from helix-bridge/jay/update-msg-fee-tooltip
Browse files Browse the repository at this point in the history
Update failed to get message fee tooltip
  • Loading branch information
JayJay1024 authored May 31, 2024
2 parents 2e12ad4 + ecbb699 commit bc8e3e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function TransferInformationSection({
<TransferInformation
estimatedTime={bridge ? { loading: false, value: bridge.formatEstimateTime() } : undefined}
fee={{
warning: fee ? undefined : "Liquidity is not enough",
warning: fee ? undefined : "Failed to get message fee",
loading: isLoadingFee,
value: fee?.value,
token: fee?.token,
Expand Down

0 comments on commit bc8e3e3

Please sign in to comment.