itizawa há 5 anos atrás
pai
commit
feae503bcd
1 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 2
      src/client/js/components/Page/RenderTagLabels.jsx

+ 1 - 2
src/client/js/components/Page/RenderTagLabels.jsx

@@ -17,8 +17,7 @@ function RenderTagLabels(props) {
   }
 
   if (tags == null) {
-    throw new Promise(async() => {
-    });
+    throw new Promise(() => {});
   }
 
   if (tags.length === 0) {