Skip to content

Commit

Permalink
Merge pull request #245 from traPtitech/Pina641/issue205
Browse files Browse the repository at this point in the history
ユーザーの情報が入力されていないときの表示を修正
  • Loading branch information
Kaki256 authored Nov 17, 2024
2 parents 4a9c701 + 69461fb commit e53ed46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/User/ContestsContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ defineProps<Props>()
</router-link>
</li>
</ul>
<p v-else>まだ実績は登録されていません</p>
<p v-else>実績はまだ登録されていません</p>
</section>
</template>

Expand Down
2 changes: 1 addition & 1 deletion src/components/User/ProjectsContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defineProps<Props>()
v-if="projects.length > 0"
:projects="projects"
/>
<p v-else>これまでに参加したプロジェクトはありません</p>
<p v-else>これまでに参加したプロジェクトはまだ登録されていません</p>
</section>
</template>

Expand Down

0 comments on commit e53ed46

Please sign in to comment.