diff --git a/src/server/index.tsx b/src/server/index.tsx index 8d9bb255..716a936d 100644 --- a/src/server/index.tsx +++ b/src/server/index.tsx @@ -330,14 +330,15 @@ async function createSsrHtml(root: string, isoData: IsoDataOptionalSite) { .then(buf => buf.toString("base64"))}` : favIconPngUrl; - const eruda = ( - <> - - - - ); - - const erudaStr = process.env["LEMMY_UI_DEBUG"] ? renderToString(eruda) : ""; + const erudaStr = + process.env["LEMMY_UI_DEBUG"] === "true" + ? renderToString( + <> + + + + ) + : ""; const helmet = Helmet.renderStatic(); diff --git a/src/shared/components/community/sidebar.tsx b/src/shared/components/community/sidebar.tsx index b55bd506..d592571c 100644 --- a/src/shared/components/community/sidebar.tsx +++ b/src/shared/components/community/sidebar.tsx @@ -132,7 +132,9 @@ export class Sidebar extends Component { {this.props.showIcon && !community.removed && ( )} - {community.title} + + + {subscribed === "Subscribed" && (