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 | 328ec15a1d4d927c53c4b9da4219d58ca12a2f20 (patch) | |
tree | 45837ce0f768bd38aaa6fda14003624e68974cfa /FrontEnd/src/app/views/user | |
parent | 0e6bff709af16d6196b5cef17cc8a8f69af97cca (diff) | |
download | timeline-328ec15a1d4d927c53c4b9da4219d58ca12a2f20.tar.gz timeline-328ec15a1d4d927c53c4b9da4219d58ca12a2f20.tar.bz2 timeline-328ec15a1d4d927c53c4b9da4219d58ca12a2f20.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 { |