prettier config
This commit is contained in:
@@ -2,7 +2,7 @@ import React, { Component } from "react";
|
||||
|
||||
class ErrorBoundary extends Component {
|
||||
state = {
|
||||
error: null,
|
||||
error: null
|
||||
};
|
||||
|
||||
static getDerivedStateFromError(error) {
|
||||
|
Reference in New Issue
Block a user