npm audit
This commit is contained in:
@@ -20,7 +20,7 @@ interface Row {
|
||||
}
|
||||
|
||||
export class Grid extends React.PureComponent<Props, {}> {
|
||||
static displayName = "Grid";
|
||||
static displayName: string = "Grid";
|
||||
|
||||
private gridHeight = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user