Skip to content

Commit

Permalink
fix: add missing v-if
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt committed Oct 10, 2023
1 parent c8789ce commit d7cc619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/MemoryList/Memory.vue
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export default defineComponent({
</div>
</div>
<div v-for="info in mmr.info" :key="info.link" class="flex flex-col">
<NDivider />
<NDivider v-if="info.link != mmr.info[0].link" />
<div class="flex flex-nowrap px-1 py-2">
<div class="flex-basis-4/5">
{{ info.intro }}
Expand Down

0 comments on commit d7cc619

Please sign in to comment.