Skip to content

Commit 658a81f

Browse files
committed
temporarily enable the block
1 parent a498531 commit 658a81f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dotcom-rendering/src/model/enhance-contributor-follow-block.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const enhanceContributorFollowBlock =
2121
) =>
2222
(elements: FEElement[]): FEElement[] => {
2323
// TODO: replace with A/B test check
24-
const enabled = false;
24+
const enabled = true;
2525
if (!enabled) {
2626
return elements;
2727
}

0 commit comments

Comments
 (0)