remove unused props

This commit is contained in:
Nitwel
2020-10-05 18:46:23 +02:00
parent 33814b1131
commit 495a804939

View File

@@ -12,7 +12,6 @@
:key="index"
:section="childSection"
dense
subdued
/>
</div>
<v-list-group v-else>
@@ -27,7 +26,6 @@
:key="index"
:section="childSection"
dense
subdued
/>
</v-list-group>
</template>