Skip to content

Commit a944708

Browse files
committed
Lint
1 parent 2a50f03 commit a944708

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/geojson-extension/src/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Message } from '@lumino/messaging';
77

88
import { IRenderMime } from '@jupyterlab/rendermime-interfaces';
99

10-
import {view} from 'geoverview';
10+
import { view } from 'geoverview';
1111

1212
import '../style/index.css';
1313

@@ -83,8 +83,6 @@ export class RenderedGeoJSON extends Widget implements IRenderMime.IRenderer {
8383
*/
8484
protected onUpdateRequest(msg: Message): void {
8585
// Update map size after update
86-
if (this.isVisible) {
87-
}
8886
}
8987

9088
private _mimeType: string;

0 commit comments

Comments
 (0)