|
47 | 47 | </span>
|
48 | 48 | </a>
|
49 | 49 | </div>
|
50 |
| - <div v-if="isHfsReady && isLibraryReady" class="col-md-10"> |
| 50 | + <div v-if="isHfsReady || isLibraryReady" class="col-md-10"> |
51 | 51 | <div class="row float-md-end" style="padding: 0 10px;">
|
52 | 52 | <a
|
53 |
| - v-if="hfs.student_husky_card" |
| 53 | + v-if="hfs && hfs.student_husky_card" |
54 | 54 | v-inner="'MyUW Accounts page - Student Husky card'"
|
55 | 55 | class="d-inline-block col px-3 py-1 ms-1
|
56 | 56 | fw-light text-dark text-nowrap"
|
|
68 | 68 | </span>
|
69 | 69 | </a>
|
70 | 70 | <a
|
71 |
| - v-if="hfs.resident_dining" |
| 71 | + v-if="hfs && hfs.resident_dining" |
72 | 72 | v-inner="'MyUW Accounts page - Resident Dining'"
|
73 | 73 | class="d-inline-block col px-3 py-1 ms-1
|
74 | 74 | fw-light text-dark text-nowrap"
|
|
87 | 87 | </a>
|
88 | 88 |
|
89 | 89 | <a
|
90 |
| - v-if="hfs.employee_husky_card" |
| 90 | + v-if="hfs && hfs.employee_husky_card" |
91 | 91 | v-inner="'MyUW Accounts page - Employee Husky card'"
|
92 | 92 | class="d-inline-block col px-3 py-1 ms-1
|
93 | 93 | fw-light text-dark text-nowrap"
|
|
105 | 105 | </span>
|
106 | 106 | </a>
|
107 | 107 | <a
|
108 |
| - v-if="library.next_due" |
| 108 | + v-if="library && library.next_due" |
109 | 109 | v-inner="'MyUW Accounts page - Library Account'"
|
110 | 110 | class="d-inline-block col px-3 py-1 ms-1
|
111 | 111 | fw-light text-dark text-nowrap"
|
|
123 | 123 | </span>
|
124 | 124 | </a>
|
125 | 125 | <a
|
126 |
| - v-else-if="library.holds_ready" |
| 126 | + v-else-if="library && library.holds_ready" |
127 | 127 | v-inner="'MyUW Accounts page - Library Account'"
|
128 | 128 | class="d-inline-block col px-3 py-1 ms-1
|
129 | 129 | fw-light text-dark text-nowrap"
|
|
0 commit comments