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) {