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 e1d044b commit b429021Copy full SHA for b429021
src/renderer/components/Oops.tsx
@@ -13,7 +13,6 @@ export const Oops: FC<IOops> = ({ error, fullHeight = true }: IOops) => {
13
const err = error ?? Errors.UNKNOWN;
14
15
const emoji = useMemo(
16
- // NOSONAR: Non-secure PRNG is acceptable here
17
() => err.emojis[Math.floor(Math.random() * err.emojis.length)],
18
[err],
19
);
0 commit comments