diff --git a/damus/Views/Relays/RelayConfigView.swift b/damus/Views/Relays/RelayConfigView.swift index a00ac7de..7e5452b5 100644 --- a/damus/Views/Relays/RelayConfigView.swift +++ b/damus/Views/Relays/RelayConfigView.swift @@ -157,13 +157,13 @@ struct RelayConfigView: View { if state.keypair.privkey != nil { if showActionButtons { Button("Done") { - withAnimation(.bouncy) { + withAnimation { showActionButtons.toggle() } } } else { Button("Edit") { - withAnimation(.bouncy) { + withAnimation { showActionButtons.toggle() } }