mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
Pass props to super() in PacChooser
This commit is contained in:
parent
314429cb16
commit
f9671fb1fe
|
@ -55,7 +55,7 @@ export default function getPacChooser(theState) {
|
||||||
|
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
|
|
||||||
super();
|
super(props);
|
||||||
this.state = {
|
this.state = {
|
||||||
chosenPacName: 'none',
|
chosenPacName: 'none',
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user