Skip to content

Commit 017ac1c

Browse files
committed
fix: Formatting
1 parent 41192b8 commit 017ac1c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/core/OAuthService/OAuthService.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,9 @@ export class OAuthService {
160160

161161
let userClickedRehydration: 'true' | 'false' | 'unknown' = 'unknown';
162162
if (this.localState.userClickedRehydration !== undefined) {
163-
userClickedRehydration = this.localState.userClickedRehydration ? 'true' : 'false';
163+
userClickedRehydration = this.localState.userClickedRehydration
164+
? 'true'
165+
: 'false';
164166
}
165167

166168
MetaMetrics.getInstance().trackEvent(

0 commit comments

Comments
 (0)