From 544910f0edad9de6934baf053097a22a184ef0ac Mon Sep 17 00:00:00 2001 From: Zhiyuan Zheng Date: Fri, 17 Jun 2022 00:14:32 +0200 Subject: [PATCH] Fix iOS dots --- src/components/Timeline/Shared/HeaderDefault.ios.tsx | 4 ++-- src/components/Timeline/Shared/HeaderNotification.ios.tsx | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Timeline/Shared/HeaderDefault.ios.tsx b/src/components/Timeline/Shared/HeaderDefault.ios.tsx index b66a7c4c..d18668d2 100644 --- a/src/components/Timeline/Shared/HeaderDefault.ios.tsx +++ b/src/components/Timeline/Shared/HeaderDefault.ios.tsx @@ -48,7 +48,7 @@ const TimelineHeaderDefault = ({ queryKey, status, highlighted }: Props) => { - {queryKey ? ( + {queryKey && !highlighted ? ( { }} > {}} children={ diff --git a/src/components/Timeline/Shared/HeaderNotification.ios.tsx b/src/components/Timeline/Shared/HeaderNotification.ios.tsx index e2033907..16267945 100644 --- a/src/components/Timeline/Shared/HeaderNotification.ios.tsx +++ b/src/components/Timeline/Shared/HeaderNotification.ios.tsx @@ -44,6 +44,7 @@ const TimelineHeaderNotification = ({ notification }: Props) => { }} children={ {}} children={