Skip to content

Commit

Permalink
chore: add jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteflower committed Dec 2, 2024
1 parent 13ef761 commit 42e8a46
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ui/pages/bridge/transaction-details/transaction-details.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ const getBridgeAmount = ({
return undefined;
};

/**
* @param status - The status of the bridge history item
* @param bridgeHistoryItem - The bridge history item
* @returns Whether the bridge history item is delayed
*/
export const getIsDelayed = (
status: StatusTypes,
bridgeHistoryItem?: BridgeHistoryItem,
Expand Down

0 comments on commit 42e8a46

Please sign in to comment.