itizawa 5 anni fa
parent
commit
71348d63d0
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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();
   }
 
+  // activate suspense
   if (tags == null) {
     throw new Promise(() => {});
   }