mirror of
https://github.com/frappe/lms.git
synced 2026-04-22 08:08:01 +03:00
style: lint
This commit is contained in:
@@ -271,7 +271,7 @@ const isStudent = computed(() => {
|
||||
)
|
||||
})
|
||||
|
||||
const tabIndex = useRouteQuery("tab", 0)
|
||||
const tabIndex = useRouteQuery('tab', 0)
|
||||
const tabs = computed(() => {
|
||||
let batchTabs = []
|
||||
batchTabs.push({
|
||||
|
||||
Reference in New Issue
Block a user