completionId: cgen-bb0035db718c46ffa68855b9f6fd6886
cgen-bb0035db718c46ffa68855b9f6fd6886
This commit is contained in:
parent
557164820f
commit
ddedebdb85
1 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,8 @@ export default function GameForgeDashboard() {
|
||||||
const [team, setTeam] = useState<any[]>([]);
|
const [team, setTeam] = useState<any[]>([]);
|
||||||
const [tasks, setTasks] = useState<any[]>([]);
|
const [tasks, setTasks] = useState<any[]>([]);
|
||||||
const [loading, setLoading] = useState(true);
|
const [loading, setLoading] = useState(true);
|
||||||
|
const [projects, setProjects] = useState<any[]>([]);
|
||||||
|
const [isProjectLead, setIsProjectLead] = useState(false);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (!authLoading && user) {
|
if (!authLoading && user) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue