Skip to content

Commit

Permalink
Merge pull request techx#18 from turbomaze/admin-modal-phone
Browse files Browse the repository at this point in the history
Change modal logic to refer to confirmation.phoneNumber properly.
  • Loading branch information
jlin816 authored Apr 27, 2017
2 parents ad6a741 + 73f350e commit 7788fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/views/admin/users/adminUsersCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ angular.module('reg')
fields: [
{
name: 'Phone Number',
value: user.confirmation.phone
value: user.confirmation.phoneNumber
},{
name: 'Dietary Restrictions',
value: user.confirmation.dietaryRestrictions.join(', ')
Expand Down

0 comments on commit 7788fca

Please sign in to comment.