mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-12 00:57:39 -04:00
Remove unused refreshProfile prop from ProfileCarousel component.
This commit is contained in:
@@ -10,7 +10,7 @@ import {isVideo} from 'web/lib/firebase/storage'
|
||||
|
||||
import {SignUpButton} from './nav/sidebar'
|
||||
|
||||
export default function ProfileCarousel(props: {profile: Profile; refreshProfile: () => void}) {
|
||||
export default function ProfileCarousel(props: {profile: Profile}) {
|
||||
const {profile} = props
|
||||
const photoNums = profile.photo_urls ? profile.photo_urls.length : 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user