Explorar o código

chore: add todo comment

yukendev %!s(int64=2) %!d(string=hai) anos
pai
achega
8be37ee42e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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>