Browse Source

add white space

yohei0125 4 years ago
parent
commit
299c0d8847
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/app/src/components/SearchPage/SearchResultContent.tsx

+ 1 - 0
packages/app/src/components/SearchPage/SearchResultContent.tsx

@@ -83,6 +83,7 @@ const SearchResultContent: FC<Props> = (props: Props) => {
     const observerCallback = generateObserverCallback(() => {
       scrollTo(scrollElement);
     });
+
     const observer = new MutationObserver(observerCallback);
     observer.observe(scrollElement, MUTATION_OBSERVER_CONFIG);
     return () => {