Fixed missing else in html people list.

This commit is contained in:
default 2024-11-24 20:33:22 +01:00
parent 474a750e69
commit 13647f790d

1
html.c
View file

@ -2551,6 +2551,7 @@ xs_html *html_people_list(snac *snac, xs_list *list, char *header, char *t, cons
html_button("limit", L("Limit"), html_button("limit", L("Limit"),
L("Block announces (boosts) from this user"))); L("Block announces (boosts) from this user")));
} }
else
if (pending_check(snac, actor_id)) { if (pending_check(snac, actor_id)) {
xs_html_add(form, xs_html_add(form,
html_button("approve", L("Approve"), html_button("approve", L("Approve"),