Skip to content

Commit

Permalink
Fix Eslint Error
Browse files Browse the repository at this point in the history
  • Loading branch information
mabasian committed Oct 28, 2024
1 parent 61f3173 commit 7145c8d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<template>
<div class="Sync-parent relative">
<!-- isConsensusMissing || footerStore.prometheusIsOff || -->
<no-data
v-if="!setupsStore?.selectedServicePairs || !controlStore.syncstatus.data"
v-if="!setupsStore?.selectedServicePairs || !controlStore.syncstatus.data || isConsensusMissing || footerStore.prometheusIsOff"
@mouseenter="cursorLocation = `${nodataMessage}`"
@mouseleave="cursorLocation = ''"
/>
Expand Down

0 comments on commit 7145c8d

Please sign in to comment.