Remove metrics from header
This commit is contained in:
@@ -32,7 +32,6 @@ import {ProfileHeaderShell} from './Shell'
|
|||||||
import {ProfileMenu} from '#/view/com/profile/ProfileMenu'
|
import {ProfileMenu} from '#/view/com/profile/ProfileMenu'
|
||||||
import {ProfileHeaderDisplayName} from './DisplayName'
|
import {ProfileHeaderDisplayName} from './DisplayName'
|
||||||
import {ProfileHeaderHandle} from './Handle'
|
import {ProfileHeaderHandle} from './Handle'
|
||||||
import {ProfileHeaderMetrics} from './Metrics'
|
|
||||||
import {
|
import {
|
||||||
Heart2_Stroke2_Corner0_Rounded as Heart,
|
Heart2_Stroke2_Corner0_Rounded as Heart,
|
||||||
Heart2_Filled_Stroke2_Corner0_Rounded as HeartFilled,
|
Heart2_Filled_Stroke2_Corner0_Rounded as HeartFilled,
|
||||||
@@ -208,7 +207,6 @@ let ProfileHeaderLabeler = ({
|
|||||||
</View>
|
</View>
|
||||||
{!isPlaceholderProfile && (
|
{!isPlaceholderProfile && (
|
||||||
<>
|
<>
|
||||||
<ProfileHeaderMetrics profile={profile} />
|
|
||||||
{descriptionRT && !moderation.ui('profileView').blur ? (
|
{descriptionRT && !moderation.ui('profileView').blur ? (
|
||||||
<View pointerEvents="auto">
|
<View pointerEvents="auto">
|
||||||
<RichText
|
<RichText
|
||||||
|
|||||||
Reference in New Issue
Block a user