Skip to content

Commit 0b260ea

Browse files
committed
fix: await updateAccountById in BuyCreditsForm
1 parent 5f5ae2c commit 0b260ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-marketplace/src/pages/BuyCredits/BuyCredits.Form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ export const BuyCreditsForm = ({
325325
}
326326

327327
if (name && activeAccount?.id && !activeAccount?.name) {
328-
updateAccountById({
328+
await updateAccountById({
329329
variables: {
330330
input: {
331331
id: activeAccount?.id,

0 commit comments

Comments
 (0)