diff options
author | sotech117 <mfoiani2019@communiyschoolnaples.org> | 2019-04-06 13:55:13 -0400 |
---|---|---|
committer | sotech117 <mfoiani2019@communiyschoolnaples.org> | 2019-04-06 13:55:13 -0400 |
commit | 3c3930e74b734b9397ebac3e5c1b315574d0560b (patch) | |
tree | eeca147e68ad3c20a817b0787995e0c3aa3f6739 /src/components/mao-competitions.js | |
parent | 8adfea012042b0ce88f741e77a33126d47a43eb9 (diff) |
Closed D&B
Diffstat (limited to 'src/components/mao-competitions.js')
-rw-r--r-- | src/components/mao-competitions.js | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/src/components/mao-competitions.js b/src/components/mao-competitions.js index 1b7075e..cd8e659 100644 --- a/src/components/mao-competitions.js +++ b/src/components/mao-competitions.js @@ -178,28 +178,11 @@ class MaoCompetitions extends connect(store)(PageViewElement) { <section> <div class="title"> - <h2 class="underline">Upcoming Competition!</h2> - <p>Please take a look at the <strong>Dave and Busters</strong> trip for states. It will pop up on this page if you are signed in and registered for states.</p> - <p>Also, please register for <strong>nationals</strong> early! We need that headcount.</p> + <h2 class="underline">Last competition.</h2> + <p>States is next week! Only thing lieft is nationals!</p> </div> </section> - <section hidden="${!(props.signedIn && props.registeredComps.includes('states'))}"> - <test-element - id="daveBust-test-element" - - class="daveBust" - elevation="1" - name = "Dave and Busters Trip" - information = "Please consider a Thursday night trip for dinner and games at Dave and Busters in Orlando. Register below if you want to participate in it." - - dates = ${["Thursday night of MAO States"]} - - signedIn="${props.signedIn}" - isRegistered="${props.registeredComps.includes('Dave_and_Busters')}" - on-register-comp="${() => store.dispatch(registerComp('Dave_and_Busters'))}"> - </test-element> - </section> <section> |