diff options
Diffstat (limited to 'src/view/com/profile/ProfileHeader.tsx')
-rw-r--r-- | src/view/com/profile/ProfileHeader.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/com/profile/ProfileHeader.tsx b/src/view/com/profile/ProfileHeader.tsx index 9b4df0989..46a6bb235 100644 --- a/src/view/com/profile/ProfileHeader.tsx +++ b/src/view/com/profile/ProfileHeader.tsx @@ -587,9 +587,9 @@ const styles = StyleSheet.create({ // Word wrapping appears fine on // mobile but overflows on desktop handle: isNative - ? undefined + ? {} : { - // eslint-disable-next-line + // @ts-ignore web only -prf wordBreak: 'break-all', }, |