about summary refs log tree commit diff
path: root/client/src/User.elm
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/User.elm')
-rw-r--r--client/src/User.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/User.elm b/client/src/User.elm
index 660c3aa7dce0..0c87e85bf98b 100644
--- a/client/src/User.elm
+++ b/client/src/User.elm
@@ -89,7 +89,7 @@ renderTrip trip =
         , UI.wrapNoPrint
             (UI.textButton
                 { label = "Delete"
-                , handleClick = State.AttemptDeleteTrip trip.destination trip.startDate
+                , handleClick = State.AttemptDeleteTrip trip
                 }
             )
         ]