Skip to content

Commit

Permalink
Change div-td to td-div to fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
joschrew committed Oct 29, 2024
1 parent dfe0e28 commit fecfc3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/dashview/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
{{ record.trackingInfo.status }}
</span>
</td>
<div class="px-6 py-4 max-w-3xl overflow-scroll">
<td>
<td>
<div class="px-6 py-4 max-w-3xl overflow-scroll">
{{ record.trackingInfo.message }}
</td>
</div>
</div>
</td>
</tr>
</template>
<template v-else>
Expand Down

0 comments on commit fecfc3e

Please sign in to comment.