Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Replaced help button" #1546

Merged
merged 14 commits into from
Feb 24, 2021
Prev Previous commit
Next Next commit
cleaned up code
  • Loading branch information
WissenIstNacht committed Feb 23, 2021
commit 0c53511ec96d292b10a669e3f6883e90f8d20498
4 changes: 0 additions & 4 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ class App extends React.Component {
pollConnectivity([web3Providers.default], connected => {
this.setState({ connected })
})
// const script = document.createElement("script");
// script.async = true;
// script.src = "./widgetLoader.js";
// this.div.appendChild(script);
}

componentDidUpdate(prevProps, prevState) {
Expand Down
1 change: 0 additions & 1 deletion src/components/CustomToast/CustomToast.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ function CustomToast({ children }) {
const { below } = useViewport()
return (
<ToastHub
shift={true ? 0 : below('medium') ? 5.5 * GU : 6.5 * GU}
timeout={TIMEOUT_TOAST}
>
{children}
Expand Down
16 changes: 0 additions & 16 deletions src/widgetLoader.js

This file was deleted.