diff options
| author | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-09 18:39:03 -0800 |
|---|---|---|
| committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-09 18:39:03 -0800 |
| commit | 949fc58ea844fa51b4fcbf97e40720efb43dc058 (patch) | |
| tree | 9c93091edfa27c0465dc817378f8ab43ee06d809 /src/screens/profile/SocialMediaTaggs.tsx | |
| parent | 4b6faadd4cc0a69b0aad5b44dfe6292635b39f6b (diff) | |
added taggs bar and white ring
Diffstat (limited to 'src/screens/profile/SocialMediaTaggs.tsx')
| -rw-r--r-- | src/screens/profile/SocialMediaTaggs.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/profile/SocialMediaTaggs.tsx b/src/screens/profile/SocialMediaTaggs.tsx index 1b6bb389..45d417a6 100644 --- a/src/screens/profile/SocialMediaTaggs.tsx +++ b/src/screens/profile/SocialMediaTaggs.tsx @@ -12,7 +12,7 @@ import { } from '../../components'; import {AVATAR_GRADIENT} from '../../constants'; import {ProfileStackParams} from '../../routes'; -import {SimplePostType, TwitterPostType, SocialAccountType} from '../../types'; +import {SimplePostType, TwitterPostType, SocialAccountType, ScreenType} from '../../types'; import {AvatarHeaderHeight, SCREEN_HEIGHT} from '../../utils'; import {useSelector} from 'react-redux'; import {RootState} from '../../store/rootReducer'; |
