diff --git a/SecureSend/ClientApp/src/components/UploadHistory/HistoryElement.vue b/SecureSend/ClientApp/src/components/UploadHistory/HistoryElement.vue index 9fe1f6a..d815a57 100644 --- a/SecureSend/ClientApp/src/components/UploadHistory/HistoryElement.vue +++ b/SecureSend/ClientApp/src/components/UploadHistory/HistoryElement.vue @@ -38,7 +38,7 @@ const copyToClipboard = (link: string) => { {{ new Date(upload.uploadDate).toDateString() }}
- {{ upload.files.length }} files + Expires on {{ new Date(upload.expirationDate).toDateString() }}