Skip to content

Commit

Permalink
feat(27256): address better demonstration of featureFlag and error ha…
Browse files Browse the repository at this point in the history
…ndling
  • Loading branch information
DDDDDanica committed Nov 28, 2024
1 parent e1c605a commit 5204e9c
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 (this.props.remoteFeatureFlags.length > 0) {
if (!this.props.remoteFeatureFlags.testBooleanFlag) {
// eslint-disable-next-line no-console
console.log(
'Feature flag fetched successfully',
Expand Down

0 comments on commit 5204e9c

Please sign in to comment.