diff --git a/src/App.js b/src/App.js index 6478ce19..0ffbfbb7 100644 --- a/src/App.js +++ b/src/App.js @@ -1029,7 +1029,8 @@ export class App extends React.Component { state.startingX, state.startingY, state.startingDirection - ) + ), + message: null }; }); }