Skip to content

Commit

Permalink
fix: frame details error
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed May 14, 2024
1 parent 85feeb2 commit 4874ad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/custom/FrameDetails.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<v-row>
<v-col style="white-space: pre-wrap">
<v-simple-table dense>
<v-col>
<v-simple-table v-if="value" dense>
<template v-slot:default>
<tbody>
<tr>
Expand Down

0 comments on commit 4874ad7

Please sign in to comment.