Skip to content

Commit

Permalink
Update ui/pages/settings/info-tab/info-tab.component.js
Browse files Browse the repository at this point in the history
  • Loading branch information
danjm authored Nov 28, 2024
1 parent c919b9e commit 26ada2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/pages/settings/info-tab/info-tab.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default class InfoTab extends PureComponent {
componentDidMount() {
const { t } = this.context;
handleSettingsRefs(t, t('about'), this.settingsRefs);
if (Object.keys(this.props.remoteFeatureFlags).length > 0) {
if (this.props.remoteFeatureFlags.testBooleanFlag) {
// eslint-disable-next-line no-console
console.log(
`Fetch remote feature flag success, eg: testBooleanFlag has value ${this.props.remoteFeatureFlags.testBooleanFlag}`,
Expand Down

0 comments on commit 26ada2e

Please sign in to comment.