Fix TS compile
This commit is contained in:
parent
5ce6143838
commit
e37399dc29
4 changed files with 14 additions and 5 deletions
|
|
@ -18,8 +18,8 @@ export class HistoryView extends ItemView {
|
|||
>();
|
||||
|
||||
public constructor(
|
||||
leaf: WorkspaceLeaf,
|
||||
private readonly client: SyncClient
|
||||
private readonly client: SyncClient,
|
||||
leaf: WorkspaceLeaf
|
||||
) {
|
||||
super(leaf);
|
||||
this.icon = HistoryView.ICON;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue