1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-01 03:54:18 +02:00
This commit is contained in:
syuilo
2025-08-27 17:00:58 +09:00
parent 40a325cbe7
commit 5fef2332f4
2 changed files with 5 additions and 3 deletions

View File

@@ -61,8 +61,8 @@ import { ACHIEVEMENT_TYPES, ACHIEVEMENT_BADGES, claimAchievement } from '@/utili
const props = withDefaults(defineProps<{
user: Misskey.entities.User;
withLocked: boolean;
withDescription: boolean;
withLocked?: boolean;
withDescription?: boolean;
}>(), {
withLocked: true,
withDescription: true,