mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Remove duplicated assignment (#6355)
This commit is contained in:
parent
c26752be17
commit
0ea81a19f6
1 changed files with 0 additions and 2 deletions
|
|
@ -17,8 +17,6 @@ class ErrorBoundary extends Component<ErrorProps, ErrorState> {
|
|||
constructor(props: ErrorProps) {
|
||||
super(props)
|
||||
this.state = {}
|
||||
|
||||
this.state = {}
|
||||
}
|
||||
|
||||
static getDerivedStateFromError(error: unknown) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue