Skip to content

Commit 9ddfa71

Browse files
author
minjk-bl
committed
Apps > Subset - fix bug on displaying allocated variable
1 parent 83cfcbc commit 9ddfa71

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/common/vpSubsetEditor.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2280,11 +2280,9 @@ define([
22802280

22812281
// display
22822282
if (this.useCell) {
2283-
code.appendLine();
22842283
if (allocation && this.state.allocateTo != '') {
2284+
code.appendLine();
22852285
code.append(this.state.allocateTo);
2286-
} else {
2287-
code.append(this.state.pandasObject);
22882286
}
22892287
}
22902288
return code.toString();

0 commit comments

Comments
 (0)