Skip to content

Commit 38e8607

Browse files
committed
testing
1 parent 801c660 commit 38e8607

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

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

0 commit comments

Comments
 (0)