Skip to content

Commit

Permalink
fix(card): Fix incorrect user profile
Browse files Browse the repository at this point in the history
  • Loading branch information
realth000 committed Aug 10, 2024
1 parent 0fafa26 commit b18e75e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- 翻译:修复部分错误翻译。
- 帖子:修复部分签名有样式溢出的用户的楼层无法回复和评分的问题。
- 帖子:修复帖子评分中头像无法加载时不显示且不断重试的问题。
- 帖子:修复用户资料中的腹黑显示为天然的问题。

### Changed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class _UserBriefProfileDialog extends StatelessWidget {
_UserProfilePair(
MdiIcons.dominoMask,
tr.scheming,
profile.natural,
profile.scheming,
style: _UserProfileAttrStyle.secondary,
),
_UserProfilePair(
Expand Down

0 comments on commit b18e75e

Please sign in to comment.