Преглед изворни кода

Merge pull request #433 from smiclea/fix-build

Fix `yarn build` fail
Dorin Paslaru пре 6 година
родитељ
комит
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`
 const loadingAnimationStyle = css`
-  /* background: url(${loadingImage}) center no-repeat; */
   animation: rotate 1s linear infinite;
   animation: rotate 1s linear infinite;
   @keyframes rotate {
   @keyframes rotate {
     0% {transform: rotate(0deg);}
     0% {transform: rotate(0deg);}