Skip to content

Commit

Permalink
v1.0.48+ext
Browse files Browse the repository at this point in the history
  • Loading branch information
heathsnee committed Sep 28, 2023
1 parent 49a7066 commit 72552fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "z3us-extension",
"version": "1.0.47",
"version": "1.0.48",
"scripts": {
"dev": "yarn start",
"start": "vite --mode development",
Expand Down
6 changes: 3 additions & 3 deletions apps/extension/src/hooks/use-is-babylon.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useBabylonStatus } from './react-query/queries/babylon'
// import { useBabylonStatus } from './react-query/queries/babylon'

export const useIsBabylon = () => {
const { data = 0 } = useBabylonStatus()
return data > 0
// const { data = 0 } = useBabylonStatus()
return true
}

0 comments on commit 72552fc

Please sign in to comment.