Skip to content

Commit ff3cbbd

Browse files
committed
local merge
1 parent 616fd31 commit ff3cbbd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/App.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import "./App.css";
1212
export const FCConfigContext = React.createContext({});
1313

1414
export class App extends Component {
15-
1615
constructor(props) {
1716
super(props);
1817
this.state = {
@@ -21,7 +20,7 @@ export class App extends Component {
2120
theme: themes.dark
2221
};
2322
}
24-
23+
2524
detectFc = device => {
2625
if (device.progress || device.telemetry) {
2726
return;

0 commit comments

Comments
 (0)