/* eslint-disable sonarjs/no-small-switch */ import Button from 'ui/elements/Button'; import Result from 'ui/elements/Result'; function handleRetry() { window.location.reload(); } function openSupport() { window.open('https://support.evoleasing.ru', '_blank').focus(); } const RetryButton =