Kaynağa Gözat

index-delete

kazutoweseek 1 yıl önce
ebeveyn
işleme
0c33bc18ff

+ 1 - 1
apps/app/src/components/Admin/UserGroup/UserGroupTable.tsx

@@ -179,7 +179,7 @@ export const UserGroupTable: FC<Props> = ({
                         >
                         >
                           <span className="material-symbols-outlined pe-2 pt-2">group</span>
                           <span className="material-symbols-outlined pe-2 pt-2">group</span>
                           <span className="text-decoration-underline">{group.name}</span>
                           <span className="text-decoration-underline">{group.name}</span>
-                          {(hoveredIndex === index) && (<span className="material-symbols-outlined px-2 py-0">edit</span>
+                          { hoveredIndex && (<span className="material-symbols-outlined px-2 py-0">edit</span>
                           )}
                           )}
                         </button>
                         </button>
                       </div>
                       </div>