Skip to content

Commit

Permalink
lazily render message menu actions (#2656)
Browse files Browse the repository at this point in the history
NextLink auto prefetch the page (I think because we are using root
getInitialProps).
  • Loading branch information
notmd committed Apr 18, 2023
1 parent 5f951b0 commit fd9913a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/Messages/MessageTableEntry.tsx
Expand Up @@ -275,7 +275,7 @@ const MessageActions = ({
const isAdminOrMod = useHasAnyRole(["admin", "moderator"]);
const { locale } = useRouter();
return (
<Menu>
<Menu isLazy>
<MenuButton>
<MoreHorizontal />
</MenuButton>
Expand Down

0 comments on commit fd9913a

Please sign in to comment.