We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 453652c commit 70c3654Copy full SHA for 70c3654
src/app/[locale]/seller/registration/page.tsx
@@ -129,7 +129,7 @@ const SellerRegistrationForm = () => {
129
});
130
} else {
131
setFormData({
132
- sellerName: translatedPreFilledText['retail-outlet-name'],
+ sellerName: currentUser?.pi_username || '',
133
sellerType: translatedSellerTypeOptions[2].value,
134
sellerDescription: translatedPreFilledText['seller-description'],
135
sellerAddress: translatedPreFilledText['seller-address'],
0 commit comments