little fixes

This commit is contained in:
2019-12-04 22:29:05 +01:00
parent b00d26e6d4
commit ced3f5763c
3 changed files with 30 additions and 21 deletions

View File

@@ -77,7 +77,7 @@ view model =
button
[ class "button"
, onClick
(GotChestMsg <| Chest.showWithClaims (getClaimsFromSession model.session))
(GotChestMsg <| Chest.claim (getClaimsFromSession model.session))
]
[ text "Demander" ]