Skip to content

Commit 6b05aaa

Browse files
authored
Update helpers.js
1 parent c3702ce commit 6b05aaa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/modules/helpers.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const Status = (value) => (value ? '<i class="fa fa-check text-dark statusBTN">
2525

2626
const modalStatus = (value) => (value ? 'Finished' : 'Pending');
2727

28+
// the rest of functions are modified versions of functions in the task module. That is made only for test practise, it has nothing to do with app itself
2829
const makesToday = (todayTasks) => {
2930
const todayContainer = document.createElement('div');
3031
todayContainer.innerHTML = '';
@@ -90,4 +91,4 @@ const deletesAllTasks = (currentProject, myTasks) => {
9091
export {
9192
setDate, Flag, Status, modalStatus, makesToday,
9293
makesEditForm, reasignsTasks, deletesAllTasks, changesStatus,
93-
};
94+
};

0 commit comments

Comments
 (0)