From 3f199eb63d4b8856fe8659047072d3d560bf366a Mon Sep 17 00:00:00 2001 From: Vincent Date: Thu, 13 Feb 2025 14:12:33 +0100 Subject: [PATCH] Remove leftover c8 ignore comments --- src/app/components/client/Button.tsx | 7 +------ src/app/components/client/FixNavigation.tsx | 10 +--------- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/src/app/components/client/Button.tsx b/src/app/components/client/Button.tsx index 3499facadde..ebc6fcbed5a 100644 --- a/src/app/components/client/Button.tsx +++ b/src/app/components/client/Button.tsx @@ -80,12 +80,7 @@ export const Button = (props: ButtonProps) => { target={target} className={classes} > - { - /* c8 ignore next 3 */ - // Since the Node 20.10 upgrade, it's been intermittently marking this (and - // this comment) as uncovered, even though I think it's covered by tests. - isLoading ? : children - } + {isLoading ? : children} ) : (