Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lbry
lbry-react-native
Commits
82d15f0c
Commit
82d15f0c
authored
Jan 22, 2020
by
Akinwale Ariwodola
Browse files
fix channel creator edit error
parent
9f32363a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/page/channelCreator/view.js
View file @
82d15f0c
...
...
@@ -905,7 +905,7 @@ export default class ChannelCreator extends React.PureComponent {
style
=
{
channelCreatorStyle
.
coverImage
}
resizeMode
=
{
'
cover
'
}
source
=
{
coverImageUrl
!==
null
&&
coverImageUrl
.
trim
().
length
>
0
coverImageUrl
&&
coverImageUrl
.
trim
().
length
>
0
?
{
uri
:
coverImageUrl
}
:
require
(
'
../../assets/default_channel_cover.png
'
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment