fix: remove mobile check
This commit is contained in:
parent
479c304eae
commit
c6ef6ede19
1 changed files with 0 additions and 2 deletions
|
|
@ -106,8 +106,6 @@ export default class Onboarding extends Block {
|
|||
}
|
||||
|
||||
render() {
|
||||
if (frappe.is_mobile()) return;
|
||||
|
||||
this.wrapper = document.createElement("div");
|
||||
this.new("onboarding");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue