Skip to content

Commit b429021

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/renderer/components/Oops.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export const Oops: FC<IOops> = ({ error, fullHeight = true }: IOops) => {
1313
const err = error ?? Errors.UNKNOWN;
1414

1515
const emoji = useMemo(
16-
// NOSONAR: Non-secure PRNG is acceptable here
1716
() => err.emojis[Math.floor(Math.random() * err.emojis.length)],
1817
[err],
1918
);

0 commit comments

Comments
 (0)