Skip to content

Commit

Permalink
fix: removes loading
Browse files Browse the repository at this point in the history
  • Loading branch information
SilveerDusk committed Jun 2, 2024
1 parent 6b7e3ed commit 193b86d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/pages/MyGroupsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ const GroupPage: React.FC<Props> = ({
const [groupList, setGroupList] = useState<IGroup[]>([]);
const [filteredGroups, setFilteredGroups] = useState<IGroup[]>([]);
const [selectedPage, setSelectedPage] = useState(1);
const [loading, setLoading] = useState(true);
const gridDims = [2, 4];
const skelIds: number[] = [];
const navigate = useNavigate();
Expand Down

0 comments on commit 193b86d

Please sign in to comment.