Skip to content

Commit 0dfe8da

Browse files
committed
improve formatting
1 parent 8c69c4f commit 0dfe8da

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

examples/vue-app/src/home.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,10 +300,11 @@ const configFromURL = () => {
300300
const authModeParams = params.get("auth");
301301
const whitelabelParams = params.get("whitelabel");
302302
303+
// prettier-ignore
303304
return {
304-
...(["ethereum", "solana", "binance", "polygon"].includes(chainParams) && { chain: chainParams }),
305-
...(authModeParams === "custom" && { authMode: "ownAuth" }),
306-
...(whitelabelParams === "yes" && { selectedUiMode: "whitelabel" }),
305+
...(["ethereum", "solana", "binance", "polygon"].includes(chainParams) && { chain: chainParams }),
306+
...(authModeParams === "custom" && { authMode: "ownAuth" }),
307+
...(whitelabelParams === "yes" && { selectedUiMode: "whitelabel" }),
307308
};
308309
};
309310

0 commit comments

Comments
 (0)