bug fix
This commit is contained in:
@@ -274,7 +274,7 @@ const AddedPlan = ({ initialValues, setDialogOpen }: Props) => {
|
||||
: "opacity-0",
|
||||
)}
|
||||
/>
|
||||
{u.first_name} {u.last_name} {u.region.name}
|
||||
{u.first_name} {u.last_name} {u.region?.name}
|
||||
</CommandItem>
|
||||
))}
|
||||
</CommandGroup>
|
||||
|
||||
Reference in New Issue
Block a user