Fix #12, wait for DB migrations to finish before attempting to use the database
This commit is contained in:
@ -155,7 +155,7 @@
|
||||
<div />
|
||||
<div class="posts">
|
||||
{#if data.posts.length === 0}
|
||||
Sorry, no posts recommending music aave been found yet
|
||||
Sorry, no posts recommending music have been found yet
|
||||
{/if}
|
||||
{#each data.posts as post (post.url)}
|
||||
<div
|
||||
|
Reference in New Issue
Block a user