Skip to content

Commit

Permalink
Final changes to frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
katsukixyz committed Apr 25, 2021
1 parent c4cfd48 commit 9e68a33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion api/add.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def levenshteinDistance(s1, s2):
return distances[-1]

def add_data(jsonobj):
print(jsonobj)
pandas_dict = {}
pandas_dict['Pathogenic?'] = jsonobj['pathogenic']
for i in range(len(jsonobj['personalHistory'])):
Expand Down
2 changes: 1 addition & 1 deletion hatch-frontend/src/components/PatientInformation.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ const PatientInformation = () => {
{personalHistory === true ? (
<Form.Item
required
label="Please provide the type of cancer and age of diagnosis. If the patient has had multiple cancers, separate each cancer/age using a comma."
label="Please provide the type of cancer and age of diagnosis. Enter each cancer type individually."
name="personalCancer"
>
<Form.List
Expand Down

0 comments on commit 9e68a33

Please sign in to comment.