瀏覽代碼

add comment

itizawa 5 年之前
父節點
當前提交
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(() => {});
   }