Skip to content

Commit

Permalink
last one
Browse files Browse the repository at this point in the history
  • Loading branch information
Ira Hysi authored and Ira Hysi committed Dec 5, 2024
1 parent 7941dcd commit 6e2c0e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/screens/venue/RateReviewScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ const RateReviewScreen: React.FC<ReviewScreenProps> = ({ route, navigation }) =>
<View style={{ flexDirection: 'row' }}>
<View style={{ marginTop: 5, marginLeft: 4, flexDirection: 'row'}}>
<Image
// eslint-disable-next-line
source={require('../../assets/plumehart.png')}
style={{width: 20, height: 20, paddingRight: 10}} />
<Text style={{ fontSize: 14, color: 'white', paddingRight: 10 }}>{username}</Text>
Expand Down

0 comments on commit 6e2c0e5

Please sign in to comment.