Skip to content

Commit 6f6dcc4

Browse files
committed
Show bookmarks on the home pagw
1 parent bfad64f commit 6f6dcc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/pages/Home/HomePage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ const HomePage: React.FC = () => {
9898
key={report.id}
9999
report={report}
100100
onClick={() => handleReportClick(report.id)}
101+
showBookmarkButton={true}
101102
/>
102103
));
103104
};

0 commit comments

Comments
 (0)