From 59d7ee293e5ef2c55daecc48ec87481e456daf3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20Dub=C3=A9?= Date: Thu, 15 Feb 2024 08:03:21 +0000 Subject: [PATCH] ui: more accurately call isSetLoading when clicking mirror (#1297) Before clicking on div, not link, would cause throbber without loading mirror --- ui/app/mirrors/page.tsx | 2 +- ui/components/MirrorLink.tsx | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ui/app/mirrors/page.tsx b/ui/app/mirrors/page.tsx index 0fe7012806..0a8c51f6c1 100644 --- a/ui/app/mirrors/page.tsx +++ b/ui/app/mirrors/page.tsx @@ -50,7 +50,7 @@ export default function Mirrors() {
+