From adf2fb36a5ee88028a4f020e3fa34e2f25e94acd Mon Sep 17 00:00:00 2001 From: Jorge Acosta Date: Fri, 9 Feb 2024 10:57:48 -0500 Subject: [PATCH] Lint --- react/ProductOpenGraph.tsx | 2 +- react/hooks/useAppSettings.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/react/ProductOpenGraph.tsx b/react/ProductOpenGraph.tsx index e1c3410..b3e69d8 100644 --- a/react/ProductOpenGraph.tsx +++ b/react/ProductOpenGraph.tsx @@ -121,7 +121,7 @@ function productPrice(selectedItem?: SKU): MetaTag | null { return null } - if(disableOffers){ + if (disableOffers) { return null } diff --git a/react/hooks/useAppSettings.ts b/react/hooks/useAppSettings.ts index 27d7ee7..787fbd9 100644 --- a/react/hooks/useAppSettings.ts +++ b/react/hooks/useAppSettings.ts @@ -24,4 +24,4 @@ const useAppSettings = (): Settings => { } } -export default useAppSettings \ No newline at end of file +export default useAppSettings