diff --git a/apps/web/Components/Common/Error.jsx b/apps/web/Components/Common/Error.jsx index fc7d6cf..04362df 100644 --- a/apps/web/Components/Common/Error.jsx +++ b/apps/web/Components/Common/Error.jsx @@ -1,3 +1,4 @@ +/* eslint-disable sonarjs/no-small-switch */ import Button from 'ui/elements/Button'; import Result from 'ui/elements/Result'; @@ -5,7 +6,12 @@ function handleRetry() { window.location.reload(); } +function openSupport() { + window.open('https://support.evoleasing.ru', '_blank').focus(); +} + const RetryButton =