Kaynağa Gözat

Fix `yarn build` fail

Production build fails because it tries to interpret CSS comments.
Sergiu Miclea 6 yıl önce
ebeveyn
işleme
41f8aa199e

+ 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);}