Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
rfmt(error): remove commented elements
Browse files Browse the repository at this point in the history
  • Loading branch information
lemredd committed Nov 23, 2022
1 parent 8d6ed7d commit 656be52
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions components/page_shell/shell_nav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,12 @@ const userProfile = pageProps.userProfile as DeserializedUserProfile|null
const isUserAGuest = computed(() => userProfile === null)
const {
"state": mustShowSettings,
"toggle": toggleSettings
} = makeSwitch(false)
function toggleSettingsDedicatedly() {
toggleSettings()
}
</script>
3 changes: 0 additions & 3 deletions renderer/_error.page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@
[Error Code: {{ pageContext.pageProps.parsedUnitError.code }}]
{{ pageContext.pageProps.parsedUnitError.detail }}
</p>
<!-- <p class ="details">
JSON: {{ JSON.stringify(pageContext.pageProps.parsedUnitError) }}
</p> -->
</div>
</div>
</template>
Expand Down

0 comments on commit 656be52

Please sign in to comment.