Skip to content

Commit

Permalink
chore: remove strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
juliopavila committed Apr 25, 2024
1 parent 4899195 commit 652cf09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { getLibrary } from "./config"
import { Helmet } from "react-helmet"

ReactDOM.render(
<React.StrictMode>
<React.Fragment>
<Helmet>
<meta property="og:title" content="Tabula" />
<meta property="og:site_name" content="Tabula" />
Expand All @@ -31,6 +31,6 @@ ReactDOM.render(
</ThemeProvider>
</HashRouter>
</Web3ReactProvider>
</React.StrictMode>,
</React.Fragment>,
document.getElementById("root"),
)

0 comments on commit 652cf09

Please sign in to comment.