Index: vendor/magento/module-customer/Block/Address/Grid.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- a/vendor/magento/module-customer/Block/Address/Grid.php	(revision 467d89f9c908b268f2faf2c97ae7c73b9f7d1c9d)
+++ b/vendor/magento/module-customer/Block/Address/Grid.php	(date 1685942124782)
@@ -252,6 +252,7 @@
                 ['nin' => [$this->getDefaultBilling(), $this->getDefaultShipping()]]
             );
             $collection->setCustomerFilter([$this->getCustomer()->getId()]);
+            $collection->addFieldToSelect('suburb');
             $this->addressCollection = $collection;
         }
         return $this->addressCollection;
