itizawa 5 ani în urmă
părinte
comite
feae503bcd
1 a modificat fișierele cu 1 adăugiri și 2 ștergeri
  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) {