invite: Remove redundant param "banner_html".

This was introduced in eecb611789
but was never used due to a change in the implementation to use
partial blocks instead of passing HTML strings.
This commit is contained in:
Sayam Samal 2023-11-23 01:54:37 +05:30 committed by Tim Abbott
parent bc8809d45c
commit bcb7c0a65a
1 changed files with 0 additions and 1 deletions

View File

@ -444,7 +444,6 @@ function open_invite_user_modal(e: JQuery.ClickEvent<Document, undefined>): void
const context = {
banner_type: compose_banner.INFO,
classname: "setup_tips_banner",
banner_html: "",
...invite_tips_data,
};