mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
right_sidebar: Fix use of undefined realm_rendered_description.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
1480eca7d5
commit
c951b72884
@@ -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>
|
||||
|
Reference in New Issue
Block a user