From 68e9123549fac0ca3ebeed5e93d7cb096c4ccd34 Mon Sep 17 00:00:00 2001 From: Simon Bates Date: Thu, 8 Feb 2024 11:16:52 -0500 Subject: [PATCH] Clear the message on refresh --- src/App.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }; }); }