Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Acosta committed Feb 9, 2024
1 parent eb39e2a commit adf2fb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion react/ProductOpenGraph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function productPrice(selectedItem?: SKU): MetaTag | null {
return null
}

if(disableOffers){
if (disableOffers) {
return null
}

Expand Down
2 changes: 1 addition & 1 deletion react/hooks/useAppSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ const useAppSettings = (): Settings => {
}
}

export default useAppSettings
export default useAppSettings

0 comments on commit adf2fb3

Please sign in to comment.