Skip to content

Commit

Permalink
17701 Misc MHR Clean Up (#1638)
Browse files Browse the repository at this point in the history
* Misc Ui clean up

* remove dev code

* remove more dev code
  • Loading branch information
cameron-eyds authored Dec 4, 2023
1 parent 6473d8f commit 5cb82be
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion ppr-ui/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ import { computed, defineComponent, onBeforeMount, toRefs, reactive, watch } fro
import { useStore } from '@/store/store'
import { useRoute, useRouter } from 'vue-router'
import { storeToRefs } from 'pinia'
import { StatusCodes } from 'http-status-codes'
import { SessionStorageKeys } from 'sbc-common-components/src/util/constants'
import SbcHeader from 'sbc-common-components/src/components/SbcHeader.vue'
Expand Down
2 changes: 1 addition & 1 deletion ppr-ui/src/components/common/RegistrationsWrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
class="py-1"
>
<b>{{ registrationLabel }} Registrations </b>
<span>({{ getRegTableTotalRowCount }})</span>
<span>({{ isPpr ? getRegTableTotalRowCount : myRegistrations.length }})</span>
</v-col>
<v-col>
<v-row
Expand Down
2 changes: 1 addition & 1 deletion ppr-ui/src/components/search/SearchBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
</v-col>

<!-- Search Submit Buttons -->
<v-col class="pl-6 mt-1 search-btn-col">
<v-col class="pl-3 mt-1 search-btn-col">
<v-btn
id="search-btn"
class="search-bar-btn bg-primary mr-3"
Expand Down
1 change: 1 addition & 0 deletions ppr-ui/src/components/tables/SearchHistory.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<tr>
<th
v-for="header in headers"
class="pr-2 py-0"
:key="header.value"
:class="header.class"
>
Expand Down
2 changes: 1 addition & 1 deletion ppr-ui/src/views/newRegistration/ReviewConfirm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class="pt-3 pb-3"
>
<v-col cols="auto">
<h1>{{ registrationTypeUI }}<span class="only-print"> - Draft</span></h1>
<h1>{{ registrationTypeUI }}</h1>
</v-col>
</v-row>
<Stepper
Expand Down

0 comments on commit 5cb82be

Please sign in to comment.