Missed change.

This commit is contained in:
Gareth Latty
2016-05-23 17:34:43 +01:00
parent cf2720eb9d
commit e29f29ed50
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ notificationPopup notification =
in
[ div [ class ("badge mui--z2 " ++ hidden)
, title notification.description
, onClick (LocalMessage (DismissNotification (Just notification)))
, onClick (LocalMessage (DismissNotification notification))
]
[ Icon.icon notification.icon, text (" " ++ notification.name) ]
]
@@ -123,7 +123,6 @@ update message lobbyModel =
AnimatePlayedCards ->
let
_ = Debug.log "Animating played cards!" model.shownPlayed
(shownPlayed, seed) = updatePositioning model.shownPlayed model.seed
in
( { model | seed = seed