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
commit4e010b980dad02985cf250bf5b8feb6b4fa385a1 (patch)
treea0f0937b48441d14baa61dfd395eaa46ce03e3bb /Timeline/ClientApp/src
parent4c699e69b388f069c5989f63f3dd180eca2f1438 (diff)
downloadtimeline-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.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>>;