Skip to content

Commit

Permalink
Change modal logic to refer to confirmation.phoneNumber properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
turbomaze committed Apr 26, 2017
1 parent ad6a741 commit 73f350e
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 73f350e

Please sign in to comment.