Dorin Paslaru 7 лет назад
Родитель
Сommit
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>
               >Add Licence</LicenceLink>
             </LicenceRowLabel>
             </LicenceRowLabel>
             <LicenceRowDescription>
             <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).
               &nbsp;({moment(info.currentPeriodEnd).diff(new Date(), 'days')} days from now).
             </LicenceRowDescription>
             </LicenceRowDescription>
           </LicenceRowContent>
           </LicenceRowContent>