Skip to content

Commit 99f8301

Browse files
committed
Fixed the sentry bot suggestion
1 parent 2ef3c48 commit 99f8301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/cseMachine/components/ArrayEmptyUnit.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class ArrayEmptyUnit extends Visible {
2121
}
2222

2323
draw(): React.ReactNode {
24-
if (Layout.clearDeadFrames && !this.parent.isLive) {
24+
if (Layout.clearDeadFrames && !this.parent.isLive()) {
2525
return null;
2626
}
2727
const strokeColor =

0 commit comments

Comments
 (0)