Skip to content

Commit

Permalink
Update Gordon360/Models/ViewModels/ProfileCustomViewModel.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Russ Tuck <russ.tuck@gordon.edu>
  • Loading branch information
andrew-wzj and russtuck authored Jul 20, 2023
1 parent 98c42b3 commit 0c0ad47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gordon360/Models/ViewModels/ProfileCustomViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class ProfileCustomViewModel
Instagram = pro.instagram ?? "",
LinkedIn = pro.linkedin ?? "",
Handshake = pro.handshake ?? "",
Calendar = pro.calendar ?? "",
Calendar = pro.calendar ?? ""
};
}
}
Expand Down

0 comments on commit 0c0ad47

Please sign in to comment.