correction about issue #1556 : Fix location on homepage and location clearing
This commit is contained in:
@@ -374,7 +374,7 @@ const asyncData = async (query: string): Promise<void> => {
|
||||
};
|
||||
|
||||
const selectedAddressText = computed(() => {
|
||||
if (!selected) return undefined;
|
||||
if (!selected || !selected.id) return undefined;
|
||||
return addressFullName(selected);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user