mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-08 01:33:57 +09:00
他人の実績閲覧時は獲得条件を表示しないように
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user