Update pages/settings/teams.tsx
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
This commit is contained in:
		
							parent
							
								
									b71cc82a0e
								
							
						
					
					
						commit
						0fb2984138
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -30,7 +30,7 @@ export default function Teams() { | ||||||
|       setTeams(data.membership.filter((m) => m.role !== "INVITEE")); |       setTeams(data.membership.filter((m) => m.role !== "INVITEE")); | ||||||
|       setInvites(data.membership.filter((m) => m.role === "INVITEE")); |       setInvites(data.membership.filter((m) => m.role === "INVITEE")); | ||||||
|     }) |     }) | ||||||
|     .catch(console.log); |       .catch(console.log); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   useEffect(() => { |   useEffect(() => { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Mihai C
						Mihai C