diff --git a/modules/rwallet/mod.ts b/modules/rwallet/mod.ts
index bbb42e9..20da9d4 100644
--- a/modules/rwallet/mod.ts
+++ b/modules/rwallet/mod.ts
@@ -1238,8 +1238,8 @@ function renderWallet(spaceSlug: string, initialView?: string) {
spaceSlug,
modules: getModuleInfoList(),
theme: "dark",
- body: ``,
- scripts: ``,
+ body: ``,
+ scripts: ``,
styles: ``,
});
}