mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
Luxumbra fix consolelog (#148)
* Merge branch '134-design-tweaks' of https://github.com/luxumbra/metagame-wiki into luxumbra-134-design-tweaks after conflicts * Removed console log
This commit is contained in:
@@ -22,7 +22,6 @@ export function TypeformWidget(props) {
|
||||
useEffect(() => {
|
||||
// Typeforms widget JS
|
||||
const el = document.getElementById('mg-embedded-typeform');
|
||||
console.log(el);
|
||||
const doWidget = setTimeout(() => {
|
||||
window.typeformEmbed.makeWidget(
|
||||
el,
|
||||
|
||||
Reference in New Issue
Block a user