message={`You are sending a transaction to an address including query parameters "${queryStringText}." Token transactions do not support query parameters and they will be ignored.`}
type="warning"
/>
)}
{apiError && <ApiError />}
</Form>
{tokenStats !== null && (
<AntdDescriptionsWrapper>
<Descriptions
column={1}
bordered
title={`Token info for "${token.info.tokenName}"`}