Browse Source

Fixed missing else in html people list.

default 4 months ago
parent
commit
13647f790d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      html.c

+ 1 - 0
html.c

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