Skip to content

Commit 48861a5

Browse files
committed
feat: react devtools
Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent 2ecf2ee commit 48861a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/renderer/components/AllRead.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ export const AllRead: FC<AllReadProps> = ({
1717

1818
const emoji = useMemo(
1919
() =>
20-
Constants.ALL_READ_EMOJIS[
21-
Math.floor(Math.random() * Constants.ALL_READ_EMOJIS.length)
20+
Constants.EMOJIS.ALL_READ[
21+
Math.floor(Math.random() * Constants.EMOJIS.ALL_READ.length)
2222
],
2323
[],
2424
);

0 commit comments

Comments
 (0)