Skip to content

Commit

Permalink
[chore]: comment out unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
0x009922 committed Dec 8, 2022
1 parent a7ab11f commit 8f2825a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/ModuleLiquidity/View.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const { loading: isLoading, result, refetch } = useLiquidityPairsQuery(pollInter
// Refetch if cached
if (result.value && !isLoading.value) refetch()
const isLoaded = computed(() => !!result.value)
// const isLoaded = computed(() => !!result.value)
const tradeStore = useTradeStore()
Expand Down

0 comments on commit 8f2825a

Please sign in to comment.