- Cleanup
This commit is contained in:
@@ -20,16 +20,16 @@ export default function UserProfileButton({ avatarUrl, navigation }) {
|
||||
<Image source={{ uri: avatarUrl }} />
|
||||
</View>
|
||||
) : (
|
||||
<Icon name="ei-user" type="evilicons" size={28} />;
|
||||
<Icon name="ei-user" type="evilicons" size={28} />
|
||||
)}
|
||||
</TouchableOpacity>
|
||||
);
|
||||
}
|
||||
|
||||
HeaderContentRight.propTypes = {
|
||||
UserProfileButton.propTypes = {
|
||||
avatarUrl: PropTypes.string,
|
||||
};
|
||||
|
||||
HeaderContentRight.propTypes = {
|
||||
UserProfileButton.propTypes = {
|
||||
avatarUrl: null,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user