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 48523e7 commit 7ae6adaCopy full SHA for 7ae6ada
src/components/MainComponent.vue
@@ -32,7 +32,6 @@
32
<BreakdownComponent v-if="item === 'editors'" :metrics="metrics" :breakdownKey="'editor'"/>
33
<CopilotChatViewer v-if="item === 'copilot chat'" :metrics="metrics" />
34
<SeatsAnalysisViewer v-if="item === 'seat analysis'" :seats="seats" />
35
- <!--</div>-->
36
<ApiResponse v-if="item === 'api response'" :metrics="metrics" :seats="seats" />
37
</v-card>
38
</v-window-item>
0 commit comments