Skip to content

Commit

Permalink
update PR
Browse files Browse the repository at this point in the history
  • Loading branch information
chentong7 committed Oct 25, 2024
1 parent 3a7785f commit 0664756
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/apps/ai-collab/src/components/UserProfilePhoto.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ interface UserPresenceProps {
userPresenceGroup: UserPresence;
}

const UserProfilePhoto: React.FC<UserPresenceProps> = ({
userPresenceGroup,
}): JSX.Element => {
const UserProfilePhoto: React.FC<UserPresenceProps> = ({ userPresenceGroup }): JSX.Element => {
const [photoUrls, setPhotoUrls] = useState<string[]>([]);
const [isPhotoFetched, setIsPhotoFetched] = useState<boolean>(false);

Expand Down

0 comments on commit 0664756

Please sign in to comment.