Просмотр исходного кода

Merge pull request #433 from smiclea/fix-build

Fix `yarn build` fail
Dorin Paslaru 6 лет назад
Родитель
Сommit
b13ce27a89
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/components/atoms/StatusImage/StatusImage.jsx

+ 0 - 1
src/components/atoms/StatusImage/StatusImage.jsx

@@ -78,7 +78,6 @@ const dashAnimationStyle = css`
   }
 `
 const loadingAnimationStyle = css`
-  /* background: url(${loadingImage}) center no-repeat; */
   animation: rotate 1s linear infinite;
   @keyframes rotate {
     0% {transform: rotate(0deg);}