Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed New Comment Link Indicator from community account settings
  • Loading branch information
randomling committed Mar 21, 2013
1 parent 35a787c commit 8c101c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cgi-bin/LJ/Setting/NCTalkLinks.pm
Expand Up @@ -32,9 +32,8 @@ use warnings;

sub should_render {
my ( $class, $u ) = @_;
return 0 unless $u;
return $u && $u->is_individual;
}

sub label {
my $class = shift;
return $class->ml( 'setting.nctalklinks.header' );
Expand Down

0 comments on commit 8c101c6

Please sign in to comment.