diff --git a/packages/react-app/package.json b/packages/react-app/package.json index 1440b683..59b6c78c 100644 --- a/packages/react-app/package.json +++ b/packages/react-app/package.json @@ -7,6 +7,7 @@ "dependencies": { "@1hive/1hive-ui": "^1.0.2", "@1hive/use-wallet": "npm:@1hive/use-wallet@1.1.2", + "@babel/runtime": "7.18.0", "@babel/types": "^7.15.6", "@fortawesome/fontawesome-svg-core": "^6.1.1", "@fortawesome/free-brands-svg-icons": "^6.1.1", @@ -49,11 +50,11 @@ "node-sass": "^7.0.0", "prop-types": "^15.7.2", "react": "^17.0.2", - "react-dom": "^17.0.2", "react-app-rewire-hot-loader": "^2.0.1", "react-app-rewired": "^2.1.8", "react-dev-utils": "^11.0.4", "react-device-detect": "^1.17.0", + "react-dom": "^17.0.2", "react-focus-within": "^2.0.2", "react-hot-loader": "^4.13.0", "react-icons": "^4.2.0", diff --git a/packages/react-app/src/app.tsx b/packages/react-app/src/app.tsx index 3a4528a5..36ac7e0e 100644 --- a/packages/react-app/src/app.tsx +++ b/packages/react-app/src/app.tsx @@ -40,24 +40,24 @@ function App() { return ( - - - -
- - + + +
+ + + - - -
-
-
- + +
+
+
+
+
); diff --git a/packages/react-app/src/components/account/account-module.tsx b/packages/react-app/src/components/account/account-module.tsx index aec37f45..c566c6d4 100644 --- a/packages/react-app/src/components/account/account-module.tsx +++ b/packages/react-app/src/components/account/account-module.tsx @@ -158,7 +158,7 @@ function AccountModule({ compact = false }: Props) {