Skip to content

Commit 4bd2f7b

Browse files
committed
Update read-only doc links. Remove useless code
1 parent ea7ff93 commit 4bd2f7b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

apps/src/code-studio/pd/fit_weekend_registration/Releases.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ export default class Releases extends LabeledFormComponent {
2626
<h4>Section 3: Releases</h4>
2727
<FormGroup>
2828
<ControlLabel>
29-
Please read this <a target="_blank" href="https://docs.google.com/document/d/%3Cspan%20class="x x-first x-last">1APmVaRhMaRf76Vo7qjkuVy5cjFJyBN4td9DGf1Y6T-s/edit?ts=5beb5ac2">photo release.</a>
29+
Please read this <a target="_blank" href="https://docs.google.com/document/d/%3Cspan%20class="x x-first x-last">1zke9hlGbI1XbSzwQ1rNZofXuXaOboJuTFPW2Z_XOA1w/edit">photo release.</a>
3030
</ControlLabel>
3131
{this.singleCheckboxFor("photoRelease")}
3232
<ControlLabel>
33-
Please read this <a target="_blank" href="https://docs.google.com/document/d/15N5N1m-BPCU7obQDf7FLLhEt3IComFGB1u3N6kEQR6k/edit%3Cspan%20class="x x-first x-last">?ts=5bfdaf7b">liability waiver.</a>
33+
Please read this <a target="_blank" href="https://docs.google.com/document/d/15N5N1m-BPCU7obQDf7FLLhEt3IComFGB1u3N6kEQR6k/edit">liability waiver.</a>
3434
</ControlLabel>
3535
{this.singleCheckboxFor("liabilityWaiver")}
3636
</FormGroup>

apps/src/code-studio/pd/fit_weekend_registration/TravelPlans.jsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,6 @@ export default class TravelPlans extends LabeledFormComponent {
129129
this.props.data.needHotel === 'Yes' &&
130130
this.radioButtonsFor("needAda")
131131
}
132-
{
133-
this.props.data.needHotel === 'Yes' &&
134-
this.props.data.needAda === 'Yes'
135-
}
136132
{this.radioButtonsFor("needDisabilitySupport")}
137133
</FormGroup>
138134
</FormGroup>

0 commit comments

Comments
 (0)