add verification of links

This commit is contained in:
FloatingGhost 2022-12-29 15:17:35 +00:00
parent d00e28d5e9
commit da491f3278
4 changed files with 25 additions and 5 deletions

View file

@ -10,11 +10,13 @@ import withLoadMore from '../../hocs/with_load_more/with_load_more'
import { debounce } from 'lodash'
import { library } from '@fortawesome/fontawesome-svg-core'
import {
faCircleNotch
faCircleNotch,
faCircleCheck
} from '@fortawesome/free-solid-svg-icons'
library.add(
faCircleNotch
faCircleNotch,
faCircleCheck
)
const FollowerList = withLoadMore({