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