diff --git a/typo3/sysext/belog/Resources/Private/Partials/Content/LogEntries.html b/typo3/sysext/belog/Resources/Private/Partials/Content/LogEntries.html
index 24f13df0f7c0bea069fe4b49a76d8b909f110a3a..06010a28bb7c43af5ee8fc0c2710dcfd9bfd114f 100644
--- a/typo3/sysext/belog/Resources/Private/Partials/Content/LogEntries.html
+++ b/typo3/sysext/belog/Resources/Private/Partials/Content/LogEntries.html
@@ -89,13 +89,15 @@
                                         </f:if>
                                         )
                                     </f:if>
-                                    <br>
-                                    <span class="text-muted">
-                                        <f:if condition="{belog:workspaceTitle(uid:logItem.workspaceUid)}">
-                                            <f:then><belog:workspaceTitle uid="{logItem.workspaceUid}"/></f:then>
-                                            <f:else>[{logItem.workspaceUid}]</f:else>
-                                        </f:if>
-                                    </span>
+                                    <f:if condition="{workspaces}">
+                                        <br>
+                                        <span class="text-muted">
+                                            <f:if condition="{belog:workspaceTitle(uid:logItem.workspaceUid)}">
+                                                <f:then><belog:workspaceTitle uid="{logItem.workspaceUid}"/></f:then>
+                                                <f:else>[{logItem.workspaceUid}]</f:else>
+                                            </f:if>
+                                        </span>
+                                    </f:if>
                                 </td>
                                 <td>
                                     <f:if condition="{isSubmoduleLayout}">