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