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>