Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
codersjj committed Aug 2, 2023
1 parent 73e8033 commit ec545cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/island/src/theme-default/logic/useSidebarData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ interface SidebarData {
}

export function useSidebarData(currentPathname: string): SidebarData {
currentPathname = decodeURIComponent(currentPathname)
currentPathname = decodeURIComponent(currentPathname);

const localeData = useLocaleSiteData();
const sidebar = localeData.sidebar ?? {};
Expand Down

0 comments on commit ec545cd

Please sign in to comment.