diff --git a/chrome/content/zotero/bindings/attachmentbox.xml b/chrome/content/zotero/bindings/attachmentbox.xml
index a2dcb46e00..4d7f98b343 100644
--- a/chrome/content/zotero/bindings/attachmentbox.xml
+++ b/chrome/content/zotero/bindings/attachmentbox.xml
@@ -324,7 +324,7 @@
if (mtime) {
this._id("dateModified").value = new Date(mtime).toLocaleString();
}
- dateModifiedRow.hidden = false;
+ dateModifiedRow.hidden = !mtime;
}.bind(this));
}
}
@@ -593,7 +593,7 @@
-
+