Skip to content

Commit 26f4068

Browse files
committed
fix: remove unused formatPath function
1 parent 02b3f47 commit 26f4068

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/views/AnnualReport/AnnualReport2025.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ function getHourLabel(hour: number): string {
2020
return "Night";
2121
}
2222

23-
function formatPath(path: string): string {
24-
const parts = path.split("/");
25-
return parts.length > 2 ? `.../${parts.slice(-2).join("/")}` : path;
26-
}
27-
2823
// Screen Components
2924
function TitleScreen() {
3025
return (

0 commit comments

Comments
 (0)