Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
fix: netlify error
Browse files Browse the repository at this point in the history
  • Loading branch information
nmashchenko committed Jul 10, 2023
1 parent bd965f5 commit f6b0124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Team/TeamsList/TeamsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import NotFound from '../../Teammates/components/NotFound/NotFound'

import Teams from './Teams/Teams'
// * Styles
import { Container, NotFoundContainer, TeamCardModal } from './TeamsList.styles'
import { Container } from './TeamsList.styles'

function TeamsList() {
let { data: user, isLoading: isLoadingUserData } = useCheckAuth()
Expand Down

0 comments on commit f6b0124

Please sign in to comment.