Skip to content

Commit 4ed4590

Browse files
committed
merge main
1 parent c6bc4d3 commit 4ed4590

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

my-app/src/presenters/FilterPresenter.jsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,6 @@ const FilterPresenter = observer(({ model }) => {
5555
* This presenter should be changed such that it uses side-effects instead model.filtersChange flag, since
5656
*/
5757

58-
<<<<<<< HEAD
59-
=======
60-
61-
/* functions declared here are generally things the main function of this observer takes and runs if the given filters are enabled,
62-
* this is determined through model.filterOptions.apply*Insert filter name* flags.
63-
* This presenter should be changed such that it uses side-effects instead model.filtersChange flag, since
64-
*/
65-
66-
>>>>>>> 7acc78b2f82573c9310117ab0388a336d954c69e
6758
/* functions */
6859
function applyTranscriptEligibility() {
6960
if (localFilteredCourses.length == 0)

0 commit comments

Comments
 (0)