Skip to content

Commit

Permalink
chore(all): use biome (#1833)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: gabriel miranda <[email protected]>
  • Loading branch information
3 people committed Jan 27, 2025
1 parent e3ed1b1 commit 2fc6563
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 2fc6563

Please sign in to comment.