nicolium: remove unused
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -44,8 +44,6 @@ interface IStatusList extends Omit<IScrollableList, 'onLoadMore' | 'children'> {
|
|||||||
isPartial?: boolean;
|
isPartial?: boolean;
|
||||||
/** Whether we expect an additional page of data. */
|
/** Whether we expect an additional page of data. */
|
||||||
hasMore: boolean;
|
hasMore: boolean;
|
||||||
/** Message to display when the list is loaded but empty. */
|
|
||||||
emptyMessage?: React.ReactNode;
|
|
||||||
/** ID of the timeline in Redux. */
|
/** ID of the timeline in Redux. */
|
||||||
timelineId?: string;
|
timelineId?: string;
|
||||||
/** Whether to show group information. */
|
/** Whether to show group information. */
|
||||||
|
|||||||
Reference in New Issue
Block a user