Skip to content

Commit

Permalink
🎨 fix: 不必要なdivを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
reiroop committed Jun 24, 2024
1 parent 131f7ec commit 55b5da2
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<template>
<div :class="$style.clickable" @click="openModal">
<div>
{{ user?.displayName ?? 'unknown' }}
</div>
{{ user?.displayName ?? 'unknown' }}
<span v-if="count > 1" :class="$style.numberWrap">
<spin-number :value="count" />
</span>
Expand Down

0 comments on commit 55b5da2

Please sign in to comment.