fix
This commit is contained in:
parent
85b3e55e3d
commit
a9a79d326e
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<pre><%= user[0].bio %></pre>
|
||||
<pre><%= user[0] ? user[0].bio : 'This user has not set a bio.' %></pre>
|
||||
</form>
|
||||
<div class='area'>
|
||||
<h1>Uploaded Videos</h1>
|
||||
|
|
Loading…
Reference in a new issue