We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5f75c5 commit 15dab8cCopy full SHA for 15dab8c
web-marketplace/src/pages/BuyCredits/BuyCredits.tsx
@@ -61,7 +61,6 @@ export const BuyCredits = () => {
61
]);
62
63
const [retiring, setRetiring] = useState<boolean>(true);
64
-
65
const [confirmationTokenId, setConfirmationTokenId] = useState<
66
string | undefined
67
>();
0 commit comments