Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve warnings for ?? operator will always return left operand #2034

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

ttytm
Copy link

@ttytm ttytm commented Sep 7, 2024

Adds parens to ensure that the fallback value applies when intended and to resolve the warning.

2:48:56 PM [vite] warning: The "??" operator here will always return the left operand
24 |      if (statics?.timezones) {
25 |        const result = statics.timezones.find(
26 |          (format: any) => format.id === company?.settings?.timezone_id ?? '1'
   |                                                                        ^
27 |        );
28 |  

  Plugin: vite:esbuild
  File: ui/src/common/hooks/useCompanyTimeZone.ts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant