Skip to content

Commit 0ea81a1

Browse files
authored
Remove duplicated assignment (RooCodeInc#6355)
1 parent c26752b commit 0ea81a1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

webview-ui/src/components/ErrorBoundary.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ class ErrorBoundary extends Component<ErrorProps, ErrorState> {
1717
constructor(props: ErrorProps) {
1818
super(props)
1919
this.state = {}
20-
21-
this.state = {}
2220
}
2321

2422
static getDerivedStateFromError(error: unknown) {

0 commit comments

Comments
 (0)