Skip to content

Commit

Permalink
抜けてた
Browse files Browse the repository at this point in the history
  • Loading branch information
mehm8128 committed Jun 11, 2024
1 parent 52f6528 commit 192eaa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/User/ProjectsContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defineProps<Props>()
<section :class="$style.section">
<h2 :class="$style.title">参加プロジェクト</h2>
<project-list v-if="projects.length > 0" :projects="projects" />
<p v-else>これまでに参加プロジェクトはありません</p>
<p v-else>これまでに参加したプロジェクトはありません</p>
</section>
</template>

Expand Down

0 comments on commit 192eaa2

Please sign in to comment.