Fix jwt-token
This commit is contained in:
@@ -36,7 +36,7 @@ class ErrorBoundary extends React.Component {
|
||||
<details style={{ whiteSpace: 'pre-wrap' }}>
|
||||
{this.state.error && this.state.error.toString()}
|
||||
<br />
|
||||
{this.state.errorInfo.componentStack}
|
||||
{this.state.errorInfo && this.state.errorInfo.componentStack}
|
||||
</details>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user