Skip to content

Commit 92adfcc

Browse files
committed
feat: add RuxPhoneNumber component for phone number input in ReturnUserExperience
1 parent 2b9b6ec commit 92adfcc

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/ReturnUserExperience/ReturnUserExperience.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@ export const ReturnUserExperience = React.forwardRef(() => {
7171
userEnteredPhone={userEnteredPhone}
7272
/>
7373
)}
74+
75+
{view === RUXViews.PHONE_NUMBER && (
76+
<RuxPhoneNumber
77+
setUserEnteredPhone={setUserEnteredPhone}
78+
userEnteredPhone={userEnteredPhone}
79+
/>
80+
)}
7481
</div>
7582
)
7683
})

0 commit comments

Comments
 (0)