diff --git a/wp-content/themes/twentytwenty/assets/js/customize-controls.js b/wp-content/themes/twentytwenty/assets/js/customize-controls.js
index 4397cf29c75d..ba2d5ad63f81 100644
a
|
b
|
|
69 | 69 | // Get accessible colors for the defined background-color and hue. |
70 | 70 | colors = twentyTwentyColor( backgroundColor, accentHue ); |
71 | 71 | |
72 | | // Sanity check. |
| 72 | // Confidence check. |
73 | 73 | if ( colors.getAccentColor() && 'function' === typeof colors.getAccentColor().toCSS ) { |
74 | 74 | // Update the value for this context. |
75 | 75 | value[ context ] = { |