aboutsummaryrefslogtreecommitdiff
path: root/src/client/View/LoggedIn/Account.elm
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/View/LoggedIn/Account.elm')
-rw-r--r--src/client/View/LoggedIn/Account.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/View/LoggedIn/Account.elm b/src/client/View/LoggedIn/Account.elm
index e2b8e7e..88f39c3 100644
--- a/src/client/View/LoggedIn/Account.elm
+++ b/src/client/View/LoggedIn/Account.elm
@@ -39,7 +39,7 @@ account model loggedInView =
exceedingPayers : Model -> LoggedInView -> Html
exceedingPayers model loggedInView =
button
- [ class "exceedingPayers"
+ [ class "header"
, onClick actions.address (UpdateLoggedIn << UpdateAccount <| ToggleDetail)
]
( (List.map (exceedingPayer model loggedInView) (getOrderedExceedingPayers loggedInView.account.payers))