sebbASF commented on a change in pull request #126: URL: https://github.com/apache/whimsy/pull/126#discussion_r730400438
########## File path: www/secretary/workbench/views/parts.js.rb ########## @@ -163,13 +163,6 @@ def render _input type: 'hidden', name: 'missing_email', value: @missing_email spacer = "\u00A0"*4 # non-breaking space as UTF-8 - _label do - _ spacer - _input type: 'checkbox', checked: @missing_phone, - onClick:-> {@missing_phone = !@missing_phone} - _span ' missing phone number' - end - _label do Review comment: These are not the only references to missing_phone -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@whimsical.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org