Skip to content

Commit

Permalink
Default Value for Symptoms Onset; Fix Title env
Browse files Browse the repository at this point in the history
  • Loading branch information
gigincg committed Oct 4, 2021
1 parent 586fb98 commit 8629c50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Whitelabelling envs

REACT_APP_TITLE=Corona Corona
REACT_APP_TITLE=Corona Care
REACT_APP_META_DESCRIPTION=CoronaSafe Network is an open-source public utility designed by a multi-disciplinary team of innovators and volunteers. CoronaSafe Care is a Digital Public Good recognised by United Nations.
REACT_APP_COVER_IMAGE=https://cdn.coronasafe.network/ksdma_logo.png
REACT_APP_COVER_IMAGE_ALT=https://cdn.coronasafe.network/ksdma_logo.webp
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Facility/ConsultationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const initForm: FormDetails = {
otherSymptom: false,
symptoms: [],
other_symptoms: "",
symptoms_onset_date: "",
symptoms_onset_date: new Date().toString(),
suggestion: "",
patient: "",
facility: "",
Expand Down

0 comments on commit 8629c50

Please sign in to comment.