Skip to content

Commit

Permalink
fixing linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Schantz committed Jul 15, 2024
1 parent e767288 commit de47ffd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions strr-web/pages/registry-dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
<div>
<BcrosTypographyH1 text="My CEU STR Registry Dashboard" />
<BcrosTypographyH2 text="Owners STR Registration Applications" />
<div>

</div>
<div />
<div class="bg-white">
<div class="flex flex-row justify-between">
<div>
Expand All @@ -20,9 +18,8 @@
</template>

<script setup lang="ts">
import { SbcCreationResponseE } from '~/enums/sbc-creation-response-e'
const t = useNuxtApp().$i18n.t
// const t = useNuxtApp().$i18n.t
definePageMeta({
layout: 'wide-no-space'
Expand Down

0 comments on commit de47ffd

Please sign in to comment.