feat(frontend): add dominant emotion display to UserModal

This commit is contained in:
2026-03-18 19:12:25 +00:00
parent 86926898ce
commit e5414befa7
2 changed files with 13 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ type User = {
comment: number;
comment_post_ratio: number;
comment_share: number;
avg_emotions?: Record<string, number>;
vocab?: Vocab | null;
};