Skip to content

Commit

Permalink
fixed js formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fzngagan committed Aug 29, 2024
1 parent 51b1c65 commit 494edb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export default class ReviewableIpLookup extends Component {

get isNotReviewableUser() {
const reviewable = this.args.outletArgs.reviewable;
return reviewable.type !== 'ReviewableUser';
return reviewable.type !== "ReviewableUser";
}
}

0 comments on commit 494edb4

Please sign in to comment.