<Timer
count={30}
renderOnTick={(secondsLeft, restartTimer) =>
<Link
dashed
accent={'primary'}
onClick={() => repeatCodeHandler(restartTimer)}
className="ui4-small mt-8"
>
Отправить код повторно
</Link>
/>