mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Missing semicolons
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
780d25dfe7
commit
8461fe425f
@ -28,7 +28,7 @@ export class WorkspaceMenu extends React.Component<Props> {
|
||||
} else {
|
||||
navigate(landingURL());
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
render() {
|
||||
const { className, ...menuProps } = this.props;
|
||||
|
||||
@ -75,7 +75,7 @@ export class Workspaces extends React.Component {
|
||||
const clusterId = workspaceStore.getById(id).lastActiveClusterId;
|
||||
workspaceStore.setActive(id);
|
||||
clusterStore.setActive(clusterId);
|
||||
}
|
||||
};
|
||||
|
||||
clearEditing = (id: WorkspaceId) => {
|
||||
this.editingWorkspaces.delete(id);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user