Skip to content

Commit d48ff2c

Browse files
Populate Subtopic Quick Times
- When you select a subtopic it will now repopulate the quick time text to display total, monthly, weekly and todays total time
1 parent 6a99706 commit d48ff2c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/subtopicView.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ async function populateSubtopics(topicID, topic) {
4343
subjectViewLocation = 2;
4444
currentSelectedSubtopic = element.id;
4545
await populateProjects(element.id, 'Projects');
46+
await populateSpecificQuickTimes('subtopic', element.id);
4647
});
4748

4849
subtopicItemDiv_el.addEventListener('contextmenu', (event) => {

0 commit comments

Comments
 (0)