From b11aea4e9bb9c3136575e32a76d98d7021f5bb2c Mon Sep 17 00:00:00 2001 From: Charles Severance Date: Mon, 17 Apr 2023 05:18:21 -0400 Subject: [PATCH] Fix if there are no new apps. --- store/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/store/index.php b/store/index.php index fccc9fa30b..473ba5587e 100644 --- a/store/index.php +++ b/store/index.php @@ -254,6 +254,7 @@ $newApps = array_filter($registrations, 'new_apps'); $theRest = array_filter($registrations, 'the_rest'); +if ( count($newApps) > 0 ) { ?>
@@ -267,8 +268,8 @@ ?>
- '."\n");