From 30c65c96a60fae7fb33961c8ed8452af2050dd2e Mon Sep 17 00:00:00 2001 From: SubTeno Date: Sun, 16 Oct 2022 03:56:33 +0000 Subject: [PATCH] hotfix --- src/components/PreferencesPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PreferencesPage.vue b/src/components/PreferencesPage.vue index bf7c6fcc..7835f960 100644 --- a/src/components/PreferencesPage.vue +++ b/src/components/PreferencesPage.vue @@ -483,7 +483,7 @@ export default { }, async mounted() { if (Object.keys(this.$route.query).length > 0) this.$router.replace({ query: {} }); - this.customInstances = JSON.parse(localStorage.custominstances); + this.customInstances = JSON.parse(localStorage.getItem("custominstances")); this.fetchJson("https://piped-instances.kavin.rocks/").then(resp => { this.instances = resp; if (this.customInstances != null) {