diff --git a/src/components/main/Header/index.tsx b/src/components/main/Header/index.tsx index f3a7fc14..baec90ec 100644 --- a/src/components/main/Header/index.tsx +++ b/src/components/main/Header/index.tsx @@ -68,6 +68,7 @@ const HeaderUnconnected: FC = memo( const hasBorisUpdates = useMemo( () => + is_user && boris_commented_at && (!last_seen_boris || isBefore(new Date(last_seen_boris), new Date(boris_commented_at))), [boris_commented_at, last_seen_boris]