right_sidebar: Fix use of undefined realm_rendered_description.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-05-01 14:27:07 -07:00
committed by Tim Abbott
parent 1480eca7d5
commit c951b72884

View File

@@ -37,11 +37,13 @@
{{tooltip_hotkey_hints "?"}}
</template>
</a>
{{#if realm_rendered_description}}
<div class="only-visible-for-spectators">
<div class="realm-description">
<div class="rendered_markdown">{{rendered_markdown realm_rendered_description }}</div>
</div>
</div>
{{/if}}
</div>
</div>
</div>