itizawa 5 vuotta sitten
vanhempi
sitoutus
71348d63d0
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/client/js/components/Page/RenderTagLabels.jsx

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

@@ -16,6 +16,7 @@ function RenderTagLabels(props) {
     props.openEditorModal();
     props.openEditorModal();
   }
   }
 
 
+  // activate suspense
   if (tags == null) {
   if (tags == null) {
     throw new Promise(() => {});
     throw new Promise(() => {});
   }
   }