diff --git a/src/components/BookmarkList.tsx b/src/components/BookmarkList.tsx index d2617460..20808002 100644 --- a/src/components/BookmarkList.tsx +++ b/src/components/BookmarkList.tsx @@ -161,37 +161,20 @@ export const BookmarkList: React.FC = ({ /> )} - {onRefresh && ( -
- - {lastFetchTime && ( - - Updated {formatDistanceToNow(lastFetchTime, { addSuffix: true })} - - )} -
- )} )}
+ {onRefresh && ( + + )} onViewModeChange('compact')}