FIX: Remove an unnecessary Handlebars condition

This commit is contained in:
Rishabh Nambiar 2018-09-12 14:53:29 +05:30
parent 122dd32d67
commit 1ea20132a0
1 changed files with 51 additions and 53 deletions

View File

@ -137,7 +137,6 @@
{{/unless}}
{{#if showRecentQueries}}
{{#if sortedQueries.length}}
<div class="container">
<table class="recent-queries">
<thead class="heading-container">
@ -191,7 +190,6 @@
</table>
</div>
{{/if}}
{{/if}}
<div class="explorer-pad-bottom"></div>