Skip to content

Commit bc4842b

Browse files
author
Gitar Bot
committed
[Gitar] Cleaning up Tsx files
1 parent b675287 commit bc4842b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/front-end/components/Layout/Layout.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,8 @@ const navlinks: SidebarLinkProps[] = [
195195
name: "Slack",
196196
href: "/integrations/slack",
197197
path: /^integrations\/slack/,
198-
filter: ({ permissions, gb }) =>
199-
permissions.check("manageIntegrations") &&
200-
!!gb?.isOn("slack-integration"),
198+
filter: () =>
199+
false,
201200
},
202201
{
203202
name: "GitHub",

0 commit comments

Comments
 (0)