diff --git a/src/routes/state/not-deal/NotDealState.tsx b/src/routes/state/not-deal/NotDealState.tsx index 31ef8416..4c0c7903 100644 --- a/src/routes/state/not-deal/NotDealState.tsx +++ b/src/routes/state/not-deal/NotDealState.tsx @@ -30,19 +30,22 @@ 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)} + /> + . + ); };