diff --git a/girder/girder_large_image/web_client/templates/itemList.pug b/girder/girder_large_image/web_client/templates/itemList.pug
index a95b653b6..c42a5f38b 100644
--- a/girder/girder_large_image/web_client/templates/itemList.pug
+++ b/girder/girder_large_image/web_client/templates/itemList.pug
@@ -12,11 +12,10 @@
for column, colidx in itemList.columns
- if column.type !== 'image' || hasAnyLargeImage
- if column.title !== undefined
- - colNames[colidx] = column.title
- else
- - colNames[colidx] = `${column.value.substr(0, 1).toUpperCase()}${column.value.substr(1)}`
+ if column.title !== undefined
+ - colNames[colidx] = column.title
+ else
+ - colNames[colidx] = `${column.value.substr(0, 1).toUpperCase()}${column.value.substr(1)}`
- var sortable = (column.type === 'record' && column.value !== 'controls') || column.type === 'metadata'