Skip to content

Commit 9d2d103

Browse files
authored
fix: fix cities blank state (monicahq/chandler#473)
1 parent 8e10b16 commit 9d2d103

File tree

1 file changed

+1
-1
lines changed
  • resources/js/Pages/Vault/Reports/Address

1 file changed

+1
-1
lines changed

resources/js/Pages/Vault/Reports/Address/Index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ defineProps({
7878

7979
<!-- blank state -->
8080
<div
81-
v-if="data.countries.length == 0"
81+
v-if="data.cities.length == 0"
8282
class="mb-6 rounded-lg border border-gray-200 bg-white dark:border-gray-700 dark:bg-gray-900">
8383
<p class="p-5 text-center">No cities have been added yet in any contact's addresses.</p>
8484
</div>

0 commit comments

Comments
 (0)