Skip to content

Commit

Permalink
fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcottle committed Dec 14, 2024
1 parent df42497 commit 40250c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/NodeFilesPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

<!-- file info -->
<div class="mr-auto overflow-hidden">
<div class="font-semibold break-words">{{ fileTransfer.filename }}{{ fileTransfer.filename }}</div>
<div class="font-semibold break-words">{{ fileTransfer.filename }}</div>
<div class="text-sm text-gray-500">{{ fileTransfer.filesize }} bytes</div>
<div class="text-sm text-gray-500 space-x-1">
<span>Status: {{ fileTransfer.status }}</span>
Expand Down

0 comments on commit 40250c0

Please sign in to comment.