]> Untitled Git - lemmy-ui.git/blobdiff - src/shared/components/modlog.tsx
Merge branch 'main' into reduce-bundle
[lemmy-ui.git] / src / shared / components / modlog.tsx
index dd4f56fac7719698ad97860e2943862fd7a49a2c..0d5afbaa4e5a07b5537891dcdfc9f86b0f08815c 100644 (file)
@@ -691,6 +691,10 @@ export class Modlog extends Component<
     }
   }
 
+  async componentDidMount() {
+    await this.refetch();
+  }
+
   get combined() {
     const res = this.state.res;
     const combined = res.state == "success" ? buildCombined(res.data) : [];