Skip to content

Commit

Permalink
Merge pull request #52 from MargoMarm/features/add-link-to-Product-page
Browse files Browse the repository at this point in the history
NavLink Add product added
  • Loading branch information
MargoMarm committed Sep 20, 2023
2 parents de141f4 + b50b0ed commit f1903ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/Diary/Diary.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,14 @@ const Diary = () => {
list={listProducts}
productTable
windowWidth={windowWidth}
to={'/products'}
/>

<DayDiaryProductsOrExercises
list={listExercises}
exerciseTable
windowWidth={windowWidth}
to={'/exercises'}
/>
</CustomDivForTables>{' '}
</DiaryPageContainer>
Expand Down

0 comments on commit f1903ae

Please sign in to comment.