From e6c4c425903e14859ed6c82a2429a996f698c5be Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Sat, 2 Sep 2023 22:21:29 +0200 Subject: [PATCH] Hide "Prevously used" if there are no previously used instances --- src/components/instance-select.astro | 19 +++++++++++++++---- src/pages/index.astro | 1 + src/styles/main.scss | 7 +++++-- 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/src/components/instance-select.astro b/src/components/instance-select.astro index e0c505b..26b70ae 100644 --- a/src/components/instance-select.astro +++ b/src/components/instance-select.astro @@ -10,7 +10,10 @@ const { instance, errors } = Astro.props; --- -