(cherry picked from commit a570fdea24)
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
This commit is contained in:
parent
7888b971e1
commit
04d7834024
4 changed files with 9 additions and 4 deletions
|
|
@ -66,7 +66,7 @@ const GroupMentionItem = (props) => {
|
|||
>
|
||||
<View style={style.rowPicture}>
|
||||
<CompassIcon
|
||||
name='account-group-outline'
|
||||
name='account-multiple-outline'
|
||||
style={style.rowIcon}
|
||||
/>
|
||||
</View>
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ export default class SpecialMentionItem extends PureComponent {
|
|||
<View style={style.row}>
|
||||
<View style={style.rowPicture}>
|
||||
<CompassIcon
|
||||
name='account-group-outline'
|
||||
name='account-multiple-outline'
|
||||
style={style.rowIcon}
|
||||
/>
|
||||
</View>
|
||||
|
|
|
|||
7
package-lock.json
generated
7
package-lock.json
generated
|
|
@ -36257,7 +36257,8 @@
|
|||
"eslint-plugin-prettier": "3.1.2",
|
||||
"eslint-plugin-react": "^7.20.0",
|
||||
"eslint-plugin-react-hooks": "^4.0.7",
|
||||
"eslint-plugin-react-native": "^3.10.0"
|
||||
"eslint-plugin-react-native": "^3.10.0",
|
||||
"prettier": "^2.0.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"eslint-plugin-jest": {
|
||||
|
|
@ -38406,6 +38407,8 @@
|
|||
"polished": "^3.3.1",
|
||||
"popper.js": "^1.14.7",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^16.8.3",
|
||||
"react-dom": "^16.8.3",
|
||||
"react-focus-lock": "^2.1.0",
|
||||
"react-helmet-async": "^1.0.2",
|
||||
"react-popper-tooltip": "^2.8.3",
|
||||
|
|
@ -50967,6 +50970,7 @@
|
|||
"resolved": "https://registry.npmjs.org/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.66.2.tgz",
|
||||
"integrity": "sha512-H/nLBAz0MgfDloSe1FjyH4EnbokHFdncyERvLPXDACY3ROVRCeUyFNo70ywRGXW2NMbrV4H7KUyU4zkfWhC2HQ==",
|
||||
"requires": {
|
||||
"@babel/core": "^7.14.0",
|
||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
||||
"@babel/plugin-proposal-export-default-from": "^7.0.0",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
|
||||
|
|
@ -51013,6 +51017,7 @@
|
|||
"resolved": "https://registry.npmjs.org/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.66.2.tgz",
|
||||
"integrity": "sha512-z1ab7ihIT0pJrwgi9q2IH+LcW/xUWMQ0hH+Mrk7wbKQB0RnJdXFoxphrfoVHBHMUu+TBPetUcEkKawkK1e7Cng==",
|
||||
"requires": {
|
||||
"@babel/core": "^7.14.0",
|
||||
"babel-preset-fbjs": "^3.4.0",
|
||||
"hermes-parser": "0.4.7",
|
||||
"metro-babel-transformer": "0.66.2",
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ export function GroupChannel() {
|
|||
return (
|
||||
<View style={style.container}>
|
||||
<CompassIcon
|
||||
name='account-group-outline'
|
||||
name='account-multiple-outline'
|
||||
style={style.icon}
|
||||
/>
|
||||
</View>
|
||||
|
|
|
|||
Loading…
Reference in a new issue