Skip to content

Commit e1d044b

Browse files
authored
refactor: revert sonar ignore
1 parent d94f300 commit e1d044b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/renderer/components/AllRead.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export const AllRead: FC<IAllRead> = ({ fullHeight = true }: IAllRead) => {
1717
const emoji = useMemo(
1818
() =>
1919
Constants.ALL_READ_EMOJIS[
20-
// NOSONAR: Non-secure PRNG is acceptable here
2120
Math.floor(Math.random() * Constants.ALL_READ_EMOJIS.length)
2221
],
2322
[],

0 commit comments

Comments
 (0)