mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-10 19:46:34 +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) {
|
||||
|
||||
super();
|
||||
super(props);
|
||||
this.state = {
|
||||
chosenPacName: 'none',
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user