nicolium: remove unused

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-05 15:27:05 +01:00
parent e37b30d7c0
commit 4e80c12371

View File

@ -44,8 +44,6 @@ interface IStatusList extends Omit<IScrollableList, 'onLoadMore' | 'children'> {
isPartial?: boolean;
/** Whether we expect an additional page of data. */
hasMore: boolean;
/** Message to display when the list is loaded but empty. */
emptyMessage?: React.ReactNode;
/** ID of the timeline in Redux. */
timelineId?: string;
/** Whether to show group information. */