fix: fix typo in layoutUnverified
5493a74 parent: 51a47fb modified
web/src/routes/dashboard/+page.svelte +1 -1 | @@ -122,7 +122,7 @@ | ||
| 122 | 122 | > |
| 123 | 123 | </div> |
| 124 | 124 | </div> |
| 125 | - :else if unreadArticles.length > 0 | |
| 125 | +{:else if unreadArticles.length > 0} | |
| 126 | 126 | <!-- Recommended articles --> |
| 127 | 127 | {#if articleRecs && articleRecs.length > 0} |
| 128 | 128 | <section class="mb-10"> |
| @@ -122,7 +122,7 @@ | |||
| 122 | > | 122 | > |
| 123 | </div> | 123 | </div> |
| 124 | </div> | 124 | </div> |
| 125 | - :else if unreadArticles.length > 0 | 125 | +{:else if unreadArticles.length > 0} |
| 126 | <!-- Recommended articles --> | 126 | <!-- Recommended articles --> |
| 127 | {#if articleRecs && articleRecs.length > 0} | 127 | {#if articleRecs && articleRecs.length > 0} |
| 128 | <section class="mb-10"> | 128 | <section class="mb-10"> |