We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ecf2ee commit 48861a5Copy full SHA for 48861a5
1 file changed
src/renderer/components/AllRead.tsx
@@ -17,8 +17,8 @@ export const AllRead: FC<AllReadProps> = ({
17
18
const emoji = useMemo(
19
() =>
20
- Constants.ALL_READ_EMOJIS[
21
- Math.floor(Math.random() * Constants.ALL_READ_EMOJIS.length)
+ Constants.EMOJIS.ALL_READ[
+ Math.floor(Math.random() * Constants.EMOJIS.ALL_READ.length)
22
],
23
[],
24
);
0 commit comments