NUS-Project-SaBai / FrontEnd

1 stars 1 forks source link

removed travelling time fields #24

Closed AngPengXuan closed 1 year ago

AngPengXuan commented 1 year ago

removed travelling time fields as follows:

<div className="control is-expanded">
                  <label className="label">Travelling Time to Village</label>
                  <div className="control">
                    <input
                      name="travelling_time_to_village"
                      className="input"
                      type="number"
                      onChange={this.handleInputChange}
                      value={formDetails.travelling_time_to_village}
                    />
                  </div>
                </div>

<label className="label">Travelling Time to Village</label>
              <article className="message">
                <div className="message-body">
                  {patient.fields.travelling_time_to_village}
                </div>
              </article>

        <div className="field">
          <label className="label">Travelling Time to Village</label>
          <article className="message">
            <div className="message-body">
              {content.fields.travelling_time_to_village}
            </div>
          </article>
        </div>
vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
front-end ✅ Ready (Inspect) Visit Preview Nov 9, 2023 4:48pm
netlify[bot] commented 1 year ago

Deploy Preview for projectsabai ready!

Name Link
Latest commit 1a45c4e1491d55ef4f9764cbc02f3994518eff82
Latest deploy log https://app.netlify.com/sites/projectsabai/deploys/654d0d6f1118850008de1d6d
Deploy Preview https://deploy-preview-24--projectsabai.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.