update port checking on prod
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
function Error({ statusCode }) {
|
||||
return (
|
||||
<p>
|
||||
An error....
|
||||
{statusCode
|
||||
? `An error ${statusCode} occurred on server`
|
||||
: "An error occurred on client"}
|
||||
|
||||
Reference in New Issue
Block a user