فهرست منبع

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>