mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
remove unnecessary @computed
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
046d60ca71
commit
22baee10f6
@ -32,7 +32,8 @@ interface Props {
|
||||
@observer
|
||||
export class ClustersMenu extends React.Component<Props> {
|
||||
@observable workspaceMenuVisible = false;
|
||||
@computed get workspace() {
|
||||
|
||||
get workspace() {
|
||||
return workspaceStore.currentWorkspace;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user