Skip to content

Commit

Permalink
pr fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbykolev committed Jan 15, 2025
1 parent d505580 commit 1b6e8c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const ExistingSpace = ({ onClose, onBack, onSubmit, accountId, getSpaces, loadin
});
});

return result ?? [];
return result;
}, [availableSpaces]);

const validationSchema = yup.object().shape({
Expand Down

0 comments on commit 1b6e8c2

Please sign in to comment.