Remove downvotes from the UI

This commit is contained in:
Paul Frazee 2022-11-20 11:32:13 -06:00
parent 8e3dc52536
commit 3a10139064
5 changed files with 5 additions and 94 deletions

View file

@ -9,7 +9,7 @@ import {
} from 'react-native'
import LinearGradient from 'react-native-linear-gradient'
import {FontAwesomeIcon} from '@fortawesome/react-native-fontawesome'
import {UpIcon, DownIcon} from '../../lib/icons'
import {UpIcon} from '../../lib/icons'
import {s, colors} from '../../lib/styles'
export function LoadingPlaceholder({
@ -102,9 +102,7 @@ export function PostLoadingPlaceholder({
<View style={s.flex1}>
<UpIcon style={s.gray3} size={18} />
</View>
<View style={s.flex1}>
<DownIcon style={s.gray3} size={18} />
</View>
<View style={s.flex1}></View>
</View>
</View>
</View>