-
-
Notifications
You must be signed in to change notification settings - Fork 57
Closed as not planned
Labels
Description
VS Code version
1.104.1
Extension version
3.2.0
Biome version
2.24
Operating system
- Windows
- macOS
- Linux
Description

Steps to reproduce
if (
false &&
!currentUserIsLoading &&
!user?.email_verified &&
user?.sub?.split('|')[0] === 'auth0'
) {
return <VerifyUser userId={userId} />;
}
Expected behavior
There should only be one quick fix, not a full-page list
Does this issue occur when using the CLI directly?
Not sure / Not applicable
Link to a minimal reproduction
No response
Logs