|
@@ -23,7 +23,7 @@ const ChannelView: React.FC<RouteComponentProps> = () => {
|
|
<div>
|
|
<div>
|
|
<Header coverPhotoURL={data.channel.coverPhotoURL}>
|
|
<Header coverPhotoURL={data.channel.coverPhotoURL}>
|
|
<TitleSection>
|
|
<TitleSection>
|
|
- <StyledAvatar img={data.channel.avatarPhotoURL} />
|
|
|
|
|
|
+ <StyledAvatar img={data.channel.avatarPhotoURL} name={data.channel.handle} />
|
|
<Title>{data.channel.handle}</Title>
|
|
<Title>{data.channel.handle}</Title>
|
|
</TitleSection>
|
|
</TitleSection>
|
|
</Header>
|
|
</Header>
|