Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Jul 25, 2024
1 parent 1832abe commit 4a9cee1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions api/web/src/components/CloudTAK/Loading.vue
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<template>
<TablerModal>
<div
class='modal-body bg-white rounded'
>
<TablerModal>
<div
class='text-center'
style='margin-bottom: 24px;'
class='modal-body bg-white rounded'
>
<img
src='/logo.png'
height='150'
<div
class='text-center'
style='margin-bottom: 24px;'
>
<img
src='/logo.png'
height='150'
>
</div>
<TablerLoading desc='Loading Map State' />
</div>
<TablerLoading desc='Loading Map State' />
</div>
</TablerModal>
</TablerModal>
</template>

<script>
Expand Down
2 changes: 1 addition & 1 deletion api/web/src/components/CloudTAK/Map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
style='width: 100%;'
/>

<Loading v-if='loading.main || !isLoaded'/>
<Loading v-if='loading.main || !isLoaded' />

<template v-if='isLoaded && !loading.main'>
<div
Expand Down

0 comments on commit 4a9cee1

Please sign in to comment.