From 4612291c8204b96106d7d9e00ed85cb1654569a3 Mon Sep 17 00:00:00 2001 From: win11bot Date: Sun, 5 May 2024 10:38:37 +0000 Subject: [PATCH] Prettier skip actions --- src/containers/applications/apps/store.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/containers/applications/apps/store.jsx b/src/containers/applications/apps/store.jsx index fafc28fe3..8e504c7fb 100644 --- a/src/containers/applications/apps/store.jsx +++ b/src/containers/applications/apps/store.jsx @@ -115,7 +115,9 @@ export const MicroStore = () => { useEffect(() => { if (!wnapp.hide && fetchState == 0) { var url = queryParams.get("customstore"); - if (!url) url = "https://raw.githubusercontent.com/win11react/store/main/store/index.json"; + if (!url) + url = + "https://raw.githubusercontent.com/win11react/store/main/store/index.json"; axios .get(url)