Remove unused vars
parent
0adf01bfb6
commit
0ae074854b
|
@ -47,7 +47,6 @@ class Join extends PureComponent<Props, State> {
|
||||||
public render() {
|
public render() {
|
||||||
const {table1, table2} = this.state
|
const {table1, table2} = this.state
|
||||||
const {
|
const {
|
||||||
declarationsFromBody = [],
|
|
||||||
func,
|
func,
|
||||||
bodyID,
|
bodyID,
|
||||||
onChangeArg,
|
onChangeArg,
|
||||||
|
|
Loading…
Reference in New Issue