Skip to content

Commit

Permalink
Fix conditional rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Mar 27, 2023
1 parent fe1d86a commit 5a3b49c
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 5a3b49c

Please sign in to comment.