This commit is contained in:
biglyderv 2024-09-27 04:01:07 -04:00
parent 29cd351ad4
commit 77b92c93ae
No known key found for this signature in database
GPG key ID: 33AC87E9ACE66954

View file

@ -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>