diff options
Diffstat (limited to 'Timeline/ClientApp')
-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>>; |