mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Prettier
This commit is contained in:
@@ -9,7 +9,7 @@ export class ErrorBoundary extends React.Component<any, any> {
|
||||
public componentDidCatch(error: any, errorInfo: any) {
|
||||
this.setState({
|
||||
error,
|
||||
errorInfo,
|
||||
errorInfo
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user