Skip to content

Commit

Permalink
fix: react.JSX deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Jun 4, 2024
1 parent 4921410 commit 845efe1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface FtTransfer {

export interface TxTransferDetails {
caption: string;
icon: React.JSX.Element;
icon: React.ReactNode;
link: string;
title: string;
value: number | string | null;
Expand Down

0 comments on commit 845efe1

Please sign in to comment.