Skip to content

Commit

Permalink
Added comment for explanation field of categories state object
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanaem committed Dec 5, 2023
1 parent 6b3acf2 commit bcc10cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const state = () => ({
"Diagnosis": diagnosisTerms
},

// The explanation strings for each category, will be split by '.' and turned into bullet points in the annot-explanation component
categories: {

"Subject ID": {
Expand Down

0 comments on commit bcc10cf

Please sign in to comment.