Skip to content

Commit

Permalink
Merge pull request #14 from edx/aed/release-me
Browse files Browse the repository at this point in the history
fix: release previous commit and add comment punctation.
  • Loading branch information
iloveagent57 committed Aug 6, 2020
2 parents f8ac857 + 6854390 commit aaea448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/learnerPortalLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async function fetchLearnerPortalLinks(apiClient, userId) {
if (enableLearnerPortal && enterpriseCustomerSlug) {
learnerPortalLinks.push({
// branding_configuration is not always returned as part
// of the response so check if it exists before referencing fields
// of the response, so check if it exists before referencing fields.
branding_configuration: brandingConfiguration ? {
logo: brandingConfiguration.logo || null,
primary_color: brandingConfiguration.primary_color || null,
Expand Down

0 comments on commit aaea448

Please sign in to comment.