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 92de95084..7978cfd76 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, @@ -151,14 +150,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,