Skip to content

Commit

Permalink
Fix: remove unnecessary code snippets tab (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
thewahome committed Sep 16, 2020
1 parent e5ae6b2 commit 7aca4fc
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/app/views/query-response/pivot-items/pivot-items.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ export const getPivotItems = (properties: any) => {
>
<GraphToolkit />
</PivotItem>,

<PivotItem
key='adaptive-cards'
ariaLabel='Adaptive Cards'
Expand All @@ -122,18 +121,6 @@ export const getPivotItems = (properties: any) => {
</ThemeContext.Consumer>
</PivotItem>
);
pivotItems.push(
<PivotItem
key='code-snippets'
ariaLabel='Code Snippets'
title={translateMessage('Snippets')}
headerText={translateMessage('Snippets')}
itemIcon='PasteAsCode'
onRenderItemLink={renderItemLink}
>
<Snippets />
</PivotItem>
);
}

return pivotItems;
Expand Down

0 comments on commit 7aca4fc

Please sign in to comment.