We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ee4ca commit 61a744fCopy full SHA for 61a744f
1 file changed
projects/social_platform/src/app/api/office/facades/ui/office-ui-info.service.ts
@@ -18,6 +18,7 @@ export class OfficeUIInfoService {
18
applyVerificationModal(): void {
19
// Не показываем модалку, если пользователь уже принял подтверждение
20
if (localStorage.getItem("waitVerificationAccepted") === "true") {
21
+ // eslint-disable-next-line no-useless-return
22
return;
23
}
24
0 commit comments