diff --git a/src/App.js b/src/App.js index 6140a47..b570754 100644 --- a/src/App.js +++ b/src/App.js @@ -490,7 +490,11 @@ const ResultCalendar = () => { }; if (loading) return
Loading...
; - if (error) return
{error}
; + if (error) return
+ Add New Result +
+ {error} +
; return (