This commit is contained in:
Justin Edmund 2022-03-14 19:55:54 -07:00
parent bac8c8da00
commit e1dfb73544

View file

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