فهرست منبع

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`
-  /* background: url(${loadingImage}) center no-repeat; */
   animation: rotate 1s linear infinite;
   @keyframes rotate {
     0% {transform: rotate(0deg);}