Skip to content

Commit 0b3066a

Browse files
dmlvrCopilot
andauthored
Update apps/demos/Demos/TreeList/AIColumn/JQuery/index.js
Co-authored-by: Copilot <[email protected]> Signed-off-by: Dmitry Lavrinovich <[email protected]>
1 parent 7d1fd98 commit 0b3066a

File tree

1 file changed

+1
-1
lines changed
  • apps/demos/Demos/TreeList/AIColumn/JQuery

1 file changed

+1
-1
lines changed

apps/demos/Demos/TreeList/AIColumn/JQuery/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ $(() => {
7878
return $('<div>').text(Manufacturer);
7979
}
8080

81-
if(!ID || !TrademarkName || !Name) {
81+
if (!ID || !TrademarkName || !Name) {
8282
return $('<div>').text('');
8383
}
8484

0 commit comments

Comments
 (0)