Skip to content

Commit

Permalink
Merge branch 'develop' into 1683-persist-myprojects-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
entrotech authored Nov 25, 2024
2 parents bd89a77 + 975e5ea commit 3a2ed2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/components/Projects/ProjectsPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,6 @@ const ProjectsPage = ({ contentContainerRef }) => {
<span className={classes.itemsPerPage}>Items per page</span>
</div>
{/* <pre>{JSON.stringify(sortCriteria, null, 2)}</pre> */}

{(selectedProject || checkedProjectsStatusData) && (
<>
<CsvModal
Expand Down

0 comments on commit 3a2ed2d

Please sign in to comment.