Skip to content

Commit 61a744f

Browse files
committed
fix
1 parent d2ee4ca commit 61a744f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

projects/social_platform/src/app/api/office/facades/ui/office-ui-info.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export class OfficeUIInfoService {
1818
applyVerificationModal(): void {
1919
// Не показываем модалку, если пользователь уже принял подтверждение
2020
if (localStorage.getItem("waitVerificationAccepted") === "true") {
21+
// eslint-disable-next-line no-useless-return
2122
return;
2223
}
2324
}

0 commit comments

Comments
 (0)