aboutsummaryrefslogtreecommitdiff
path: root/src/client/View/LoggedIn/Add.elm
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/View/LoggedIn/Add.elm')
-rw-r--r--src/client/View/LoggedIn/Add.elm1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/View/LoggedIn/Add.elm b/src/client/View/LoggedIn/Add.elm
index bae3853..2167a7f 100644
--- a/src/client/View/LoggedIn/Add.elm
+++ b/src/client/View/LoggedIn/Add.elm
@@ -37,6 +37,7 @@ addPayment model loggedInView =
in onSubmitPrevDefault serverCommunications.address action
(resName, resCost) ->
onSubmitPrevDefault actions.address (UpdateLoggedIn <| UpdateAdd <| AddError (toMaybeError resName) (toMaybeError resCost))
+ , class "addPayment"
]
[ addPaymentName loggedInView.add
, addPaymentCost model loggedInView.add