Skip to content

Commit

Permalink
Merge pull request #29 from SpeciesFileGroup/widget_geographic_search
Browse files Browse the repository at this point in the history
Fix conditional rendering
  • Loading branch information
José Luis Pereira authored and GitHub committed Mar 27, 2023
2 parents c9f1f5e + 5a3b49c commit 01643dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/modules/otus/components/Search/ListResults.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
</VTableBodyRow>
</VTableBody>
</VTable>
<div class="text-lg text-center text-base-lighter align-middle p-4">
<div
v-else
class="text-lg text-center text-base-lighter align-middle p-4"
>
No OTUs found in this area
</div>
</template>
Expand Down

0 comments on commit 01643dd

Please sign in to comment.