From d71a3193234da9a24bcb9cd2c11471b14782556e Mon Sep 17 00:00:00 2001 From: Innei Date: Fri, 14 Jul 2023 00:10:20 +0800 Subject: [PATCH] fix: read indicator style --- src/components/widgets/shared/ReadIndicator.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/widgets/shared/ReadIndicator.tsx b/src/components/widgets/shared/ReadIndicator.tsx index fc3af67ef0..d509473d1e 100644 --- a/src/components/widgets/shared/ReadIndicator.tsx +++ b/src/components/widgets/shared/ReadIndicator.tsx @@ -26,7 +26,7 @@ export const ReadIndicator: Component<{ ref={ref} > {readPercent}% - {!inView && } + {!inView && } ) }