Skip to content

Commit 419cf5a

Browse files
small fix
1 parent 2acb8a0 commit 419cf5a

File tree

1 file changed

+1
-1
lines changed
  • client/packages/lowcoder/src

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class AppIndex extends React.Component<AppIndexProps, any> {
115115
}
116116
}
117117
}
118-
render() {g
118+
render() {
119119
const isTemplate = hasQueryParam('template');
120120
const pathname = history.location.pathname;
121121

0 commit comments

Comments
 (0)