Skip to content

Commit

Permalink
Merge branch 's23-social-links-api-fix' of https://github.com/gordon-…
Browse files Browse the repository at this point in the history
…cs/gordon-360-api into s23-social-links-api-fix
  • Loading branch information
andrew-wzj committed Jul 20, 2023
2 parents 366fc71 + 0c0ad47 commit 54e960d
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 54e960d

Please sign in to comment.