mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-21 21:33:08 +01:00
Make General the default tab again
This commit is contained in:
2
public/js/app.js
vendored
2
public/js/app.js
vendored
@@ -148893,7 +148893,7 @@ var SettingsTabs = /*#__PURE__*/function (_Component) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
_this.state = {
|
_this.state = {
|
||||||
tab: "Tables",
|
tab: "General",
|
||||||
data: _this.props.data
|
data: _this.props.data
|
||||||
};
|
};
|
||||||
return _this;
|
return _this;
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ export default class SettingsTabs extends Component {
|
|||||||
super(props)
|
super(props)
|
||||||
|
|
||||||
this.state = {
|
this.state = {
|
||||||
tab: "Tables",
|
tab: "General",
|
||||||
data: this.props.data
|
data: this.props.data
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user