People tab working
This commit is contained in:
@@ -3,6 +3,7 @@ import { useGetRaidGroup } from "@/hooks/RaidGroupHooks";
|
||||
import { RaidGroup } from "@/interface/RaidGroup";
|
||||
import RaidGroupCalendarDisplay from "@/ui/calendar/RaidGroupCalendarDisplay";
|
||||
import RaidGroupHeader from "@/ui/calendar/RaidGroupHeader";
|
||||
import PersonTab from "@/ui/person/PersonTab";
|
||||
import { useEffect, useState } from "react";
|
||||
import { Navigate, useParams } from "react-router";
|
||||
|
||||
@@ -40,6 +41,10 @@ export default function RaidGroupPage(){
|
||||
{
|
||||
tabHeader: "Calendar",
|
||||
tabContent: <RaidGroupCalendarDisplay gameId={raidGroup?.gameId ?? ""} raidGroupId={raidGroupId!}/>
|
||||
},
|
||||
{
|
||||
tabHeader: "People",
|
||||
tabContent: <PersonTab raidGroup={raidGroup}/>
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user