瀏覽代碼

chore: add todo comment

yukendev 2 年之前
父節點
當前提交
8be37ee42e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      apps/app/src/components/PageTags/PageTags.tsx

+ 1 - 0
apps/app/src/components/PageTags/PageTags.tsx

@@ -34,6 +34,7 @@ export const PageTags:FC<Props> = (props: Props) => {
         <button
           type="button"
           className={`btn btn-sm btn-outline-secondary rounded-pill mb-2 d-flex d-lg-none ${styles['grw-tag-icon-button']}`}
+          onClick={() => {}} // TODO: add a handler
         >
           <span className="material-symbols-outlined">local_offer</span>
         </button>