Skip to content

Commit

Permalink
Prism Doge πŸ’Ž
Browse files Browse the repository at this point in the history
  • Loading branch information
PatentLobster committed May 18, 2021
1 parent 8bf0685 commit fac88fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Snippets.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="overflow-y-auto">
<div class=" divide-y" v-if="snippets.count > 0">
<div class=" divide-y" v-if="snippets_count > 0">
<div class="sr-only">
You got: {{snippets_count}} snippets.
</div>
Expand Down

0 comments on commit fac88fc

Please sign in to comment.