Removed duplicate level number from level selector
This commit is contained in:
@@ -103,7 +103,7 @@
|
|||||||
</v-btn>
|
</v-btn>
|
||||||
</v-list-item-action>
|
</v-list-item-action>
|
||||||
<v-list-item-content>
|
<v-list-item-content>
|
||||||
<v-list-item-title>{{ item.index }} {{ item.title }}</v-list-item-title>
|
<v-list-item-title style="margin-left: 0px;">{{ item.title }}</v-list-item-title>
|
||||||
</v-list-item-content>
|
</v-list-item-content>
|
||||||
</v-list-item>
|
</v-list-item>
|
||||||
<v-divider />
|
<v-divider />
|
||||||
|
|||||||
Reference in New Issue
Block a user