Skip to content

Commit fdb5b96

Browse files
committed
#40 remove duplicate cve record JSON display
1 parent c4931e6 commit fdb5b96

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/views/CVERecord.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,9 @@
4848
</button>
4949
</div>
5050
<div class="message-body pb-0" :class="{'is-hidden': false}" id="cve-id">
51-
<div class="block">
52-
<pre :class="[{'is-hidden': !showRecord}]" v-html="$sanitize(JSON.stringify(this.$store.state.recordData, null, 2))"></pre>
53-
</div>
51+
<pre :class="[{'is-hidden': !showRecord}]" v-html="$sanitize(JSON.stringify(this.$store.state.recordData, null, 2))"></pre>
5452
</div>
5553
</div>
56-
<pre :class="[{'is-hidden': !showRecord}]" v-html="$sanitize(JSON.stringify(this.$store.state.recordData, null, 2))"></pre>
5754
</section>
5855
<div class="cve-scrollx-table-container">
5956
<table class="table is-striped is-hoverable cve-border-dark-blue">

0 commit comments

Comments
 (0)