fix(desktop-electron): remove temporary Test2 throw from beta renderer

This commit is contained in:
Jay V
2026-04-16 17:53:20 -04:00
committed by Brendan Allan
parent 8854cbf9fe
commit 7bc884568c
@@ -332,8 +332,6 @@ render(() => {
}
})
throw new Error("Test2")
return null
}