diff --git a/src/server/index.tsx b/src/server/index.tsx index 15fcf10d..43024076 100644 --- a/src/server/index.tsx +++ b/src/server/index.tsx @@ -388,14 +388,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 0c876e5a..a5c620f3 100644 --- a/src/shared/components/community/sidebar.tsx +++ b/src/shared/components/community/sidebar.tsx @@ -172,7 +172,9 @@ export class Sidebar extends Component { {this.props.showIcon && !community.removed && ( )} - {community.title} + + + {subscribed === "Subscribed" && (