Skip to content

Commit

Permalink
fix: correctly export the success dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
aramalipoor committed Oct 7, 2022
1 parent b1f47bc commit 2d4f26d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type Props = {
}) => ReactNode;
};

export default function TieredSalesSuccessDialog({
export function TieredSalesSuccessDialog({
mintCount,
txResponse,
txReceipt,
Expand Down

0 comments on commit 2d4f26d

Please sign in to comment.