mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 01:25:37 -05:00
No unused locals (#8231)
* add no unused local * fix strict null * fix compile errors * update vscode comments
This commit is contained in:
@@ -65,7 +65,7 @@ export default class ImageComponent extends ComponentWithIconBase implements ICo
|
||||
/**
|
||||
* Helper to get the size string for the background-size CSS property
|
||||
*/
|
||||
private getImageSize(): string {
|
||||
public getImageSize(): string {
|
||||
return `${this.getIconWidth()} ${this.getIconHeight()}`;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user