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