diff --git a/src/root/build.tt b/src/root/build.tt
index d5222469..dc58f191 100644
--- a/src/root/build.tt
+++ b/src/root/build.tt
@@ -149,7 +149,7 @@ END;
[% IF build.dependents %]
Used By[% END%]
[% IF drvAvailable %]Build Dependencies[% END %]
[% IF localStore && available %]Runtime Dependencies[% END %]
- RunCommand Logs
+ [% IF runcommandlogs.size() > 0 %]RunCommand Logs[% END %]