From 180e373b6ffca0b20f1b8f222c9da654d895ee18 Mon Sep 17 00:00:00 2001 From: John Fawcett Date: Mon, 3 Apr 2023 12:18:57 -0500 Subject: [PATCH] Fix full thread SVG dots not rendering (#346) (#364) --- src/view/com/posts/FeedSlice.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/view/com/posts/FeedSlice.tsx b/src/view/com/posts/FeedSlice.tsx index 4df6d4f54c..806ced20c5 100644 --- a/src/view/com/posts/FeedSlice.tsx +++ b/src/view/com/posts/FeedSlice.tsx @@ -85,9 +85,9 @@ function ViewFullThread({slice}: {slice: FeedSliceModel}) { stroke={pal.colors.replyLine} strokeWidth="2" /> - - - + + +