diff options
author | crupest <crupest@outlook.com> | 2020-10-27 14:54:35 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-10-27 14:54:35 +0800 |
commit | c2871e2c314b840bb938a74081299b34a94d88b7 (patch) | |
tree | 838bad788eb6ae1f188cfff5f1e389ba2b2b636b /Timeline/ClientApp/src | |
parent | 7cefd5566a48a45ef9ecb67b881c7c8312abb08f (diff) | |
download | timeline-c2871e2c314b840bb938a74081299b34a94d88b7.tar.gz timeline-c2871e2c314b840bb938a74081299b34a94d88b7.tar.bz2 timeline-c2871e2c314b840bb938a74081299b34a94d88b7.zip |
build(back): Update packages.
Diffstat (limited to 'Timeline/ClientApp/src')
-rw-r--r-- | Timeline/ClientApp/src/app/views/timeline-common/TimelinePageTemplateUI.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Timeline/ClientApp/src/app/views/timeline-common/TimelinePageTemplateUI.tsx b/Timeline/ClientApp/src/app/views/timeline-common/TimelinePageTemplateUI.tsx index e1938656..6c2c43c1 100644 --- a/Timeline/ClientApp/src/app/views/timeline-common/TimelinePageTemplateUI.tsx +++ b/Timeline/ClientApp/src/app/views/timeline-common/TimelinePageTemplateUI.tsx @@ -31,7 +31,6 @@ export interface TimelineCardComponentProps<TManageItems> { } export interface TimelinePageTemplateUIProps<TManageItems> { - avatarKey?: string | number; timeline?: TimelineInfo; postListState?: TimelinePostsWithSyncState; CardComponent: React.ComponentType<TimelineCardComponentProps<TManageItems>>; |