Skip to content

Commit

Permalink
MUWM-5352.1 hide the residency property
Browse files Browse the repository at this point in the history
  • Loading branch information
fanglinfang committed Aug 12, 2024
1 parent d37e85e commit 05c707a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions myuw_vue/components/profile/student-profile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,23 @@
</template>
</ul>
</uw-card-property>
<!--
<uw-card-property v-if="showResidency" title="Residency">
{{residentDisplayString}}
<!--
<span v-if="hasPendingResidencyChange"><br>
Beginning {{ titleCaseWord(pendingResidencyChangeTerm.quarter) }}
{{ pendingResidencyChangeTerm.year }}:
Pending change in residency status
</span>
<br>
-->
<a v-out="'About residency statuses'"
href="https://registrar.washington.edu/students/residency/"
title="About residency statuses"
>About residency statuses</a>
</uw-card-property>
</uw-card-property>
-->
</uw-card-property-group>

<uw-card-property-group>
<uw-card-property title="Local Address">
<div v-if="localAddress">
Expand Down

0 comments on commit 05c707a

Please sign in to comment.