We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d94f300 commit e1d044bCopy full SHA for e1d044b
src/renderer/components/AllRead.tsx
@@ -17,7 +17,6 @@ export const AllRead: FC<IAllRead> = ({ fullHeight = true }: IAllRead) => {
17
const emoji = useMemo(
18
() =>
19
Constants.ALL_READ_EMOJIS[
20
- // NOSONAR: Non-secure PRNG is acceptable here
21
Math.floor(Math.random() * Constants.ALL_READ_EMOJIS.length)
22
],
23
[],
0 commit comments