aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-10-27 14:54:35 +0800
committercrupest <crupest@outlook.com>2020-10-27 14:54:35 +0800
commitc2871e2c314b840bb938a74081299b34a94d88b7 (patch)
tree838bad788eb6ae1f188cfff5f1e389ba2b2b636b /Timeline/ClientApp/src
parent7cefd5566a48a45ef9ecb67b881c7c8312abb08f (diff)
downloadtimeline-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.tsx1
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>>;