Skip to content

Commit

Permalink
fix(react-email): Active state for root emails not appearing
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmfern committed Jan 27, 2025
1 parent 7c53269 commit e3ed1b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const SidebarDirectoryChildren = (props: {
};
const isCurrentPage = props.currentEmailOpenSlug
? removeExtensionFrom(props.currentEmailOpenSlug) ===
emailSlug
emailSlug
: false;

return (
Expand Down

0 comments on commit e3ed1b1

Please sign in to comment.