From e29f29ed5002d036bf2af9a79c4a4e56ea5cc945 Mon Sep 17 00:00:00 2001 From: Gareth Latty Date: Mon, 23 May 2016 17:34:43 +0100 Subject: [PATCH] Missed change. --- client/src/MassiveDecks/Scenes/Lobby/UI.elm | 2 +- client/src/MassiveDecks/Scenes/Playing.elm | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/client/src/MassiveDecks/Scenes/Lobby/UI.elm b/client/src/MassiveDecks/Scenes/Lobby/UI.elm index 0f73627..f13a45c 100644 --- a/client/src/MassiveDecks/Scenes/Lobby/UI.elm +++ b/client/src/MassiveDecks/Scenes/Lobby/UI.elm @@ -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) ] ] diff --git a/client/src/MassiveDecks/Scenes/Playing.elm b/client/src/MassiveDecks/Scenes/Playing.elm index ffbce73..c6e2fd4 100644 --- a/client/src/MassiveDecks/Scenes/Playing.elm +++ b/client/src/MassiveDecks/Scenes/Playing.elm @@ -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