diff --git a/app/components/sidebars/main/teams_list/teams_list_item/teams_list_item.js b/app/components/sidebars/main/teams_list/teams_list_item/teams_list_item.js index 62dad1fda..18fd06d11 100644 --- a/app/components/sidebars/main/teams_list/teams_list_item/teams_list_item.js +++ b/app/components/sidebars/main/teams_list/teams_list_item/teams_list_item.js @@ -4,7 +4,6 @@ import React from 'react'; import PropTypes from 'prop-types'; import { - Platform, Text, TouchableHighlight, View, @@ -153,14 +152,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => { padding: 3, position: 'absolute', left: 45, - ...Platform.select({ - ios: { - top: -7.5, - }, - android: { - top: -2, - }, - }), + top: -2, }, mention: { color: theme.mentionColor,