Skip to content

Commit 6d1a22d

Browse files
authored
Merge pull request #91 from ModusCreateOrg/ADE-197
Show bookmarks on the home page
2 parents bfad64f + 6f6dcc4 commit 6d1a22d

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)