fix: hide "currently in" if no data

finxol.io bf2c2f7b c929a7b9

verified
Changed files
+1 -1
app
components
+1 -1
app/components/Country.vue
··· 16 16 </script> 17 17 18 18 <template> 19 - <div class="hidden md:flex flex-row items-center gap-2"> 19 + <div v-if="data" class="hidden md:flex flex-row items-center gap-2"> 20 20 <span> 21 21 Currently in: 22 22 </span>