Skip to content

Commit

Permalink
Integrate feedback pt 1
Browse files Browse the repository at this point in the history
Co-authored-by: Takayuki KUSANO <[email protected]>
  • Loading branch information
estrattonbailey and tkusano authored Mar 18, 2024
1 parent 3cd79c5 commit b600162
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/moderation/LabelsOnMe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export function LabelsOnMe({
return null
}

const labelTarget = isAccount ? _(msg`account`) : _(msg`content`)
return (
<View style={[a.flex_row, style]}>
<LabelsOnMeDialog control={control} subject={details} labels={labels} />
Expand Down

0 comments on commit b600162

Please sign in to comment.