Skip to content

Commit a34db8d

Browse files
committed
lint fix
1 parent 674ad9e commit a34db8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/lookups/diseaseStatusLookup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const icareDiseaseStatusTextToCodeLookup = {
1717
responding: '268910001',
1818
stable: '359746009',
1919
progressing: '271299001',
20-
'undetermined': '709137006',
20+
undetermined: '709137006',
2121
'not evaluated': 'not-asked',
2222
};
2323
const icareDiseaseStatusCodeToTextLookup = createInvertedLookup(icareDiseaseStatusTextToCodeLookup);

0 commit comments

Comments
 (0)