Skip to content

Commit

Permalink
ready?
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Aug 22, 2024
1 parent 6222395 commit 0f4763f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import './App.css'
import WebApp from '@twa-dev/sdk'
import { useConnect, useDisconnect, useAccount } from '@starknet-react/core'

WebApp.SettingsButton.isVisible = true

function App() {
const [count] = useState(0)

Expand Down
2 changes: 2 additions & 0 deletions src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import './index.css'
import WebApp from '@twa-dev/sdk'
import { StarknetProvider } from './providers/StarknetProvider.tsx'

WebApp.SettingsButton.isVisible = true
WebApp.BiometricManager.init()
WebApp.ready();

ReactDOM.createRoot(document.getElementById('root')!).render(
Expand Down

0 comments on commit 0f4763f

Please sign in to comment.