Skip to content

Commit

Permalink
fix: show administration actions
Browse files Browse the repository at this point in the history
  • Loading branch information
shaokeyibb committed Sep 11, 2024
1 parent 7e21209 commit 49b736f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/lib/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ const _renderComments = (comments: Comment[]) => {
".comment_header .comment_actions",
) as HTMLDivElement;

let shouldShowAdministrationActions = false;
let shouldShowAdministrationActions = true;
let shouldShowCommonActions = true;

if (
Expand Down

0 comments on commit 49b736f

Please sign in to comment.