Skip to content

Commit

Permalink
pr clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-eyds committed Jan 18, 2024
1 parent 5f0f26b commit b7e3f31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ppr-ui/src/components/common/AccountInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export default defineComponent({
<style lang="scss" scoped>
@import '@/assets/styles/theme.scss';
th:first-child, td:first-child {
min-width: 210px;
min-width: 13.125rem;
}
.table-info {
Expand Down
1 change: 0 additions & 1 deletion ppr-ui/tests/unit/QsReviewConfirm.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { MhrSubTypes } from '@/enums'
import flushPromises from 'flush-promises'
import { QsAuthorization, ConfirmRequirements, ListRequirements } from '@/components/userAccess/ReviewConfirm'
import { mockedAccountInfo } from './test-data'
import { nextTick } from 'vue'

const store = useStore()

Expand Down

0 comments on commit b7e3f31

Please sign in to comment.