Skip to content

Conversation

@kinyoklion
Copy link
Member

No description provided.

function render() {
const flagValue = ldclient.variation(flagKey, false);
const label = 'Feature flag ' + flagKey + ' is ' + flagValue + ' for this context';
const label = 'Feature flag ' + flagKey + ' is ' + flagValue + ' for this context. ';
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a space here. Otherwise the messages blend together.

@kinyoklion kinyoklion merged commit 37989dd into main Feb 14, 2024
@kinyoklion kinyoklion deleted the rlamb/remove-close branch February 14, 2024 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants