소스 검색

Removed double space

Dorin Paslaru 7 년 전
부모
커밋
5bff0da7bc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/components/organisms/Licence/Licence.jsx

+ 2 - 2
src/components/organisms/Licence/Licence.jsx

@@ -233,8 +233,8 @@ class LicenceC extends React.Component<Props, State> {
               >Add Licence</LicenceLink>
             </LicenceRowLabel>
             <LicenceRowDescription>
-              Coriolis® Licence is active until
-              &nbsp;{moment(info.currentPeriodEnd).format('DD MMM YYYY')}
+              Coriolis® Licence is active until&nbsp;
+              {moment(info.currentPeriodEnd).format('DD MMM YYYY')}
               &nbsp;({moment(info.currentPeriodEnd).diff(new Date(), 'days')} days from now).
             </LicenceRowDescription>
           </LicenceRowContent>