mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix filtering
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
40e82e6098
commit
c9094653d9
@ -32,7 +32,7 @@ const currentVersionWeblinkStoreMigrationInjectable = getInjectable({
|
|||||||
docsWeblink.url = docsUrl;
|
docsWeblink.url = docsUrl;
|
||||||
}
|
}
|
||||||
|
|
||||||
const removedSlackLink = weblinks.filter(weblink => weblink.id === "lens-slack-link");
|
const removedSlackLink = weblinks.filter(weblink => weblink.id !== "lens-slack-link");
|
||||||
|
|
||||||
store.set("weblinks", removedSlackLink);
|
store.set("weblinks", removedSlackLink);
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user