Missed change.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user