Skip to content

Commit

Permalink
Hide anomaly type in BugView.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
dracoooooo committed Apr 7, 2024
1 parent 47defd1 commit cdeb4b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/components/BugView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,7 @@ if (typeof window !== 'undefined')
<template>
<el-container class="layout-container-demo" style="height: 100%">
<el-header>
<h2>{{ bugName }}
</h2>
<!-- <h2>{{ bugName }} </h2>-->
</el-header>
<el-main>
<el-container id="toolbar">
Expand Down

0 comments on commit cdeb4b2

Please sign in to comment.