tweak IAvatarContainer
This commit is contained in:
parent
744565ad21
commit
1e29a8efac
|
@ -13,7 +13,10 @@ import I18n from '../../i18n';
|
||||||
import { useTheme } from '../../theme';
|
import { useTheme } from '../../theme';
|
||||||
import styles from './styles';
|
import styles from './styles';
|
||||||
|
|
||||||
type IAvatarContainer = IAvatar & { isUserProfile?: boolean; handleEdit?: () => void };
|
interface IAvatarContainer extends IAvatar {
|
||||||
|
isUserProfile?: boolean;
|
||||||
|
handleEdit?: () => void;
|
||||||
|
}
|
||||||
|
|
||||||
const AvatarContainer = ({
|
const AvatarContainer = ({
|
||||||
style,
|
style,
|
||||||
|
|
Loading…
Reference in New Issue