Skip to content

Commit 801c660

Browse files
committed
testing
1 parent a49a3d0 commit 801c660

File tree

1 file changed

+1
-0
lines changed
  • packages/react-native/src/lib/common

1 file changed

+1
-0
lines changed

packages/react-native/src/lib/common/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ export const shouldDisplayBasedOnPercentage = (
186186
displayPercentage: number
187187
): boolean => {
188188
const randomNum = Math.floor(Math.random() * 10000) / 100;
189+
189190
return randomNum <= displayPercentage;
190191
};
191192

0 commit comments

Comments
 (0)