@ -28,8 +28,7 @@ initDummy = (Model
view : Model -> Html Msg
view m = div []
[ text (toString m.board)
, renderBoard m.sessionSize m.board
[ renderBoard m.sessionSize m.board
]
update : Msg -> Model -> (Model, Cmd Msg)
The note is not visible to the blocked user.