This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new efcdfc5 Not relevant
efcdfc5 is described below
commit efcdfc584f3eaec034ec64c8f02f7b797d6e87e8
Author: Sebb <[email protected]>
AuthorDate: Thu Jan 10 21:58:33 2019 +0000
Not relevant
---
www/roster/views/nonpmc/nonpmc.js.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/roster/views/nonpmc/nonpmc.js.rb
b/www/roster/views/nonpmc/nonpmc.js.rb
index beb3c48..d983abe 100644
--- a/www/roster/views/nonpmc/nonpmc.js.rb
+++ b/www/roster/views/nonpmc/nonpmc.js.rb
@@ -145,7 +145,7 @@ class NonPMCMember < Vue
elsif not @@nonpmc.committers.include? @@person.id
_td.issue.clickable 'not in committer list', onClick: self.select
elsif @@person.id == @@nonpmc.chair
- _td.chair.clickable (@@nonpmc.pmc_chair ? 'chair' : 'chair (not in
pmc-chairs)'), onClick: self.select
+ _td.chair.clickable 'chair', onClick: self.select
else
_td.clickable '', onClick: self.select
end