nicolium: remove unused

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-05 15:21:51 +01:00
parent 2c53f56ff7
commit 9c3c7c14d5

View File

@ -253,9 +253,7 @@ const Timeline: React.FC<ITimeline> = ({ query, contextType = 'public' }) => {
onMoveDown={() => handleMoveDown(index)}
rebloggedBy={entry.rebloggedBy}
timelineId={timelineId}
// contextType={timelineId}
// showGroup={showGroup}
// variant={divideType === 'border' ? 'slim' : 'rounded'}
/>
);
} else if (entry.type === 'pending-status') {