-
-
-
- ###
-
-
- {this.state.communityRes.state === "success" && (
-
-
- /c/{this.state.communityRes.data.community_view.community.name}{" "}
-
- {I18NextService.i18n.t("modlog")}
-
- )}
-
-
-
-
-
-
-
- {!this.isoData.site_res.site_view.local_site
- .hide_modlog_mod_names && (
-
- )}
-
- {this.renderModlogTable()}
+
{I18NextService.i18n.t("modlog")}
+
+
+
+
+ ###
+
+ {this.state.communityRes.state === "success" && (
+
+
+ /c/{this.state.communityRes.data.community_view.community.name}{" "}
+
+ {I18NextService.i18n.t("modlog")}
+
+ )}
+
+
+
+
+
+
+
+ {!this.isoData.site_res.site_view.local_site
+ .hide_modlog_mod_names && (
+
+ )}
+
+ {this.renderModlogTable()}
);
}
diff --git a/src/shared/components/person/inbox.tsx b/src/shared/components/person/inbox.tsx
index c414e8be..28bb0716 100644
--- a/src/shared/components/person/inbox.tsx
+++ b/src/shared/components/person/inbox.tsx
@@ -221,7 +221,7 @@ export class Inbox extends Component