Skip to content

Commit 872ae45

Browse files
authored
Update WalletDetails.tsx
1 parent 8e631a2 commit 872ae45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/box/src/components/WalletDetails.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export const WalletDetails = ({
120120
}
121121
}
122122
} catch (error) {
123-
setBloxAccountId('Couldnot Connect to blox');
123+
setBloxAccountId(error.message);
124124
} finally {
125125
setLoading(false);
126126
}

0 commit comments

Comments
 (0)