From 1c5b9c9a2c26205e09a6bb2e6a9ac18b0a5bb072 Mon Sep 17 00:00:00 2001 From: Aravind Balla <bsaaravind@gmail.com> Date: Wed, 27 May 2020 14:17:55 +0530 Subject: [PATCH] fix: improper use of scrollContainer --- src/components/BrainNoteContainer.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/BrainNoteContainer.js b/src/components/BrainNoteContainer.js index 62892490..44bf0d78 100644 --- a/src/components/BrainNoteContainer.js +++ b/src/components/BrainNoteContainer.js @@ -45,7 +45,6 @@ const BrainNotesContainer = ({ slug, note, location, siteMetadata }) => { firstPageSlug: slug, location, processPageQuery, - containerRef: scrollContainer, pageWidth: 625, });