|
@@ -36,9 +36,12 @@ class RecentChanges extends React.Component {
|
|
|
this.reloadData = this.reloadData.bind(this);
|
|
this.reloadData = this.reloadData.bind(this);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ componentWillMount() {
|
|
|
|
|
+ this.retrieveSizePreferenceFromLocalStorage();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
async componentDidMount() {
|
|
async componentDidMount() {
|
|
|
this.reloadData();
|
|
this.reloadData();
|
|
|
- this.retrieveSizePreferenceFromLocalStorage();
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
async reloadData() {
|
|
async reloadData() {
|