fix: hide "currently in" if no data

finxol.io bf2c2f7b c929a7b9

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