We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea22ffc commit 076eaaeCopy full SHA for 076eaae
src/pages/problems/problems.js
@@ -59,7 +59,7 @@ export default function Problems() {
59
});
60
61
$content.addEventListener("click", clickHandler);
62
- $page.content = $content;
+ $page.body = $content;
63
app.append($page);
64
helpers.showAd();
65
src/pages/quickTools/quickTools.js
@@ -31,7 +31,7 @@ export default function QuickTools() {
31
* @param {WCPage} $page
32
*/
33
function render($page) {
34
- $page.content = (
+ $page.body = (
35
<div className="main" id="quicktools-settings">
36
{(() => {
37
const totalRows = settings.QUICKTOOLS_ROWS * settings.QUICKTOOLS_GROUPS;
0 commit comments