Cleanup
This commit is contained in:
parent
bac8c8da00
commit
e1dfb73544
1 changed files with 0 additions and 5 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue