Skip to content

Commit

Permalink
comment removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan-Bauroth committed Jan 8, 2025
1 parent 03c4c55 commit b340e59
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pages/dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PouchDB from 'pouchdb';
import databases, { type TeamInfo } from '~/utils/databases';
import OuterComponents from '~/components/website-utils/OuterComponents.vue';
let syncDisable = ref(false);
//
async function sync() {
syncDisable.value = true;
await PouchDB.sync(
Expand Down Expand Up @@ -553,7 +553,12 @@ async function updateTeamData() {
<div v-else>
<p class="font-medium text-xl text-center">No Events Scheduled</p>
<div class="flex-auto">
<img src="/public/sadcookie.png" height="140" width="140" class="mx-auto"/>
<img
src="/public/sadcookie.png"
height="140"
width="140"
class="mx-auto"
/>
</div>
</div>
</template>
Expand Down

0 comments on commit b340e59

Please sign in to comment.