Raid groups page working
This commit is contained in:
@@ -2,6 +2,7 @@ import { ButtonProps } from "@/components/button/Button";
|
||||
import Table from "@/components/table/Table";
|
||||
import { RaidGroup } from "@/interface/RaidGroup";
|
||||
import { useState } from "react";
|
||||
import { Link } from "react-router";
|
||||
import DeleteRaidGroupModal from "./modals/DeleteRaidGroupModal";
|
||||
import RaidGroupModal from "./modals/RaidGroupModal";
|
||||
import RaidGroupAdminButtons from "./RaidGroupAdminButtons";
|
||||
@@ -55,9 +56,11 @@ export default function RaidGroupsList({
|
||||
}
|
||||
|
||||
</div>,
|
||||
<div>
|
||||
<Link
|
||||
to={`/raidGroup/${raidGroup.raidGroupId}`}
|
||||
>
|
||||
{raidGroup.raidGroupName}
|
||||
</div>,
|
||||
</Link>,
|
||||
<div
|
||||
className="flex flex-row items-center justify-center gap-2 pl-16"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user