他人の実績閲覧時は獲得条件を表示しないように

This commit is contained in:
syuilo
2023-01-23 16:40:31 +09:00
parent eefebab530
commit 7028b7331b
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<template>
<MkSpacer :content-max="1200">
<MkAchievements :user="user" :with-locked="false"/>
<MkAchievements :user="user" :with-locked="false" :with-description="$i != null && (props.user.id === $i.id)"/>
</MkSpacer>
</template>