itizawa 5 лет назад
Родитель
Сommit
71348d63d0
1 измененных файлов с 1 добавлено и 0 удалено
  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(() => {});
   }