Skip to content

Commit

Permalink
fix: for handling the response for the country
Browse files Browse the repository at this point in the history
  • Loading branch information
aswathy-deriv committed Feb 26, 2024
1 parent 751d9a0 commit 90afe3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/pages/signup-academy-complete/pop-up-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const PopUpMenu = () => {
<ModalCard>
{!is_password && (
<ResidenceForm
residence_list={residence_list}
residence_list={residence_list && residence_list}
handleNext={() => setIsPassword(true)}
selected_value={selected_value}
setSelectedValue={setSelectedValue}
Expand Down

0 comments on commit 90afe3a

Please sign in to comment.