Style: make code style consistent #186

Merged
jakob.scheid merged 29 commits from style/make-code-style-consistent into main 2026-08-09 13:09:54 +02:00
Showing only changes of commit 32a77bbcf0 - Show all commits
+1 -1
View File
@@ -65,7 +65,7 @@ const toggleSidebarIfSmallScreen = function toggleSidebarIfSmallScreen(toggleSid
<LeftSidebarLayout class="layout">
<template #sidebar="{ toggleSidebar }">
<ul class="sidebar-sections-list">
<li v-for="section in settings">
<li v-for="section in settings" :key="section">
<RouterLink
:to="`/settings/${section.name}`"
class="button button-link link sidebar-section"