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 | 4e010b980dad02985cf250bf5b8feb6b4fa385a1 (patch) | |
tree | a0f0937b48441d14baa61dfd395eaa46ce03e3bb /Timeline/ClientApp/src | |
parent | 4c699e69b388f069c5989f63f3dd180eca2f1438 (diff) | |
download | timeline-4e010b980dad02985cf250bf5b8feb6b4fa385a1.tar.gz timeline-4e010b980dad02985cf250bf5b8feb6b4fa385a1.tar.bz2 timeline-4e010b980dad02985cf250bf5b8feb6b4fa385a1.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>>; |