Commit 16f9c005 authored by Marcelo Rivera's avatar Marcelo Rivera

(fix): spacing

parent 74dbc4cb
1 merge request!421[Sprint/InterestingIguana] (fix): only open report modal for certain rejection reasons
Pipeline #69639580 passed with stages
in 29 minutes and 49 seconds
......@@ -36,7 +36,7 @@ export class AdminBoosts {
paramsSubscription: Subscription;
readonly NON_REPORTABLE_REASONS = [7,8,12,13]; // spam, appeals, onchain payment failed, original post removed
readonly NON_REPORTABLE_REASONS = [7, 8, 12, 13]; // spam, appeals, onchain payment failed, original post removed
@ViewChild('reasonModal', { static: false }) modal: RejectionReasonModalComponent;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment