From e1dfb7354489bba66c2862340ba620456d4645b7 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 14 Mar 2022 19:55:54 -0700 Subject: [PATCH] Cleanup --- components/PartyDetails/index.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/PartyDetails/index.tsx b/components/PartyDetails/index.tsx index 4c24d3d9..80884616 100644 --- a/components/PartyDetails/index.tsx +++ b/components/PartyDetails/index.tsx @@ -109,11 +109,6 @@ const PartyDetails = (props: Props) => { function toggleDetails() { appState.party.detailsVisible = !appState.party.detailsVisible - - // if (appState.party.detailsVisible) - // scroll.scrollToBottom() - // else - // scroll.scrollToTop() } function updateDetails(event: React.MouseEvent) {