We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e23f5 commit 48523e7Copy full SHA for 48523e7
src/components/MainComponent.vue
@@ -31,7 +31,6 @@
31
<BreakdownComponent v-if="item === 'languages'" :metrics="metrics" :breakdownKey="'language'"/>
32
<BreakdownComponent v-if="item === 'editors'" :metrics="metrics" :breakdownKey="'editor'"/>
33
<CopilotChatViewer v-if="item === 'copilot chat'" :metrics="metrics" />
34
- <!--<div v-if="isScopeOrganization">-->
35
<SeatsAnalysisViewer v-if="item === 'seat analysis'" :seats="seats" />
36
<!--</div>-->
37
<ApiResponse v-if="item === 'api response'" :metrics="metrics" :seats="seats" />
0 commit comments