diff --git a/src/routes/state/not-deal/NotDealState.tsx b/src/routes/state/not-deal/NotDealState.tsx index c1bbce6d..31ef8416 100644 --- a/src/routes/state/not-deal/NotDealState.tsx +++ b/src/routes/state/not-deal/NotDealState.tsx @@ -30,22 +30,19 @@ const NotDealState: React.FC = ({ pathname }) => { break; } return ( - <> - - - {intl.formatMessage(messages.hcsDocumentation)} - - - } - description={intl.formatMessage(desc)} - icon={PauseCircleIcon} - showReturnButton={false} - title={intl.formatMessage(title)} - /> - + - + + + {intl.formatMessage(messages.hcsDocumentation)} + + + } + description={intl.formatMessage(desc)} + icon={PauseCircleIcon} + showReturnButton={false} + title={intl.formatMessage(title)} + /> ); };