diff options
author | crupest <crupest@outlook.com> | 2020-12-19 21:02:56 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-12-19 21:02:56 +0800 |
commit | d228666d81cefaa12e1323849878f2585479ae4b (patch) | |
tree | 96a36d2f1ee512ed72c1bcb9730aa41a442af27c /FrontEnd/src/app/views/user | |
parent | f55c01fe569fa8a87fe244d6e759a96afcbbec24 (diff) | |
download | timeline-d228666d81cefaa12e1323849878f2585479ae4b.tar.gz timeline-d228666d81cefaa12e1323849878f2585479ae4b.tar.bz2 timeline-d228666d81cefaa12e1323849878f2585479ae4b.zip |
chore: Fix code format.
Diffstat (limited to 'FrontEnd/src/app/views/user')
-rw-r--r-- | FrontEnd/src/app/views/user/UserInfoCard.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/FrontEnd/src/app/views/user/UserInfoCard.tsx b/FrontEnd/src/app/views/user/UserInfoCard.tsx index 4a0c9e87..3ba1c96e 100644 --- a/FrontEnd/src/app/views/user/UserInfoCard.tsx +++ b/FrontEnd/src/app/views/user/UserInfoCard.tsx @@ -11,9 +11,7 @@ import InfoCardTemplate from "../timeline-common/InfoCardTemplate"; export type PersonalTimelineManageItem = "avatar" | "nickname"; -export type UserInfoCardProps = TimelineCardComponentProps< - PersonalTimelineManageItem ->; +export type UserInfoCardProps = TimelineCardComponentProps<PersonalTimelineManageItem>; const UserInfoCard: React.FC<UserInfoCardProps> = (props) => { const { |