Skip to content
Snippets Groups Projects

Updated the if statement

Open Matthew Smith requested to merge issue/project_browser-3513763:3513763-minib into 2.0.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -213,7 +213,7 @@
<div class="pb-layout__header">
<div class="pb-search-results">
{#if rowsCount}
{#if rowsCount && paginate}
{Drupal.formatPlural(
rowsCount,
`${numberFormatter.format(1)} Result`,
Loading