File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ function NotFound() {
163163 const status = React .useContext (StatusCodeContext);
164164
165165 if (status) {
166- staus .code = 404 ;
166+ status .code = 404 ;
167167 }
168168
169169 return (
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ function NotFound() {
161161 const status = React .useContext (StatusCodeContext);
162162
163163 if (status) {
164- staus .code = 404 ;
164+ status .code = 404 ;
165165 }
166166
167167 return (
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ function NotFound() {
213213 const status = React .useContext (StatusCodeContext);
214214
215215 if (status) {
216- staus .code = 404 ;
216+ status .code = 404 ;
217217 }
218218
219219 return (
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ function NotFound() {
213213 const status = React .useContext (StatusCodeContext);
214214
215215 if (status) {
216- staus .code = 404 ;
216+ status .code = 404 ;
217217 }
218218
219219 return (
You can’t perform that action at this time.
0 commit comments