We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6bc4d3 commit 4ed4590Copy full SHA for 4ed4590
1 file changed
my-app/src/presenters/FilterPresenter.jsx
@@ -55,15 +55,6 @@ const FilterPresenter = observer(({ model }) => {
55
* This presenter should be changed such that it uses side-effects instead model.filtersChange flag, since
56
*/
57
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
67
/* functions */
68
function applyTranscriptEligibility() {
69
if (localFilteredCourses.length == 0)
0 commit comments