mirror of
https://github.com/frappe/lms.git
synced 2026-04-26 18:49:26 +03:00
fix: early return cleanup
This commit is contained in:
@@ -39,9 +39,9 @@ const Layout = computed(() => {
|
||||
}
|
||||
if (screenSize.width < 640) {
|
||||
return MobileLayout
|
||||
} else {
|
||||
return DesktopLayout
|
||||
}
|
||||
|
||||
return DesktopLayout
|
||||
})
|
||||
|
||||
onMounted(async () => {
|
||||
|
||||
Reference in New Issue
Block a user