mirror of
https://github.com/defnull/fediwall.git
synced 2024-11-21 23:23:14 +01:00
Additional typo when checking for config.
Signed-off-by: Andy Piper <andypiper@users.noreply.github.com>
This commit is contained in:
parent
822af43ea0
commit
232f7ed749
@ -102,7 +102,7 @@ const stopUpdates = () => {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Trigger a wall update.
|
* Trigger a wall update.
|
||||||
*
|
*
|
||||||
* Does nothing if there is an update running already.
|
* Does nothing if there is an update running already.
|
||||||
*/
|
*/
|
||||||
async function updateWall() {
|
async function updateWall() {
|
||||||
@ -203,7 +203,7 @@ const privacyLink = computed(() => {
|
|||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<div v-if="config === undefined">Initialiting ...</div>
|
<div v-if="config === undefined">Initializing ...</div>
|
||||||
<div v-else-if="filteredPosts.length === 0 && updateInProgress">Loading first posts ...</div>
|
<div v-else-if="filteredPosts.length === 0 && updateInProgress">Loading first posts ...</div>
|
||||||
<div v-else-if="filteredPosts.length === 0">Nothing there yet ...</div>
|
<div v-else-if="filteredPosts.length === 0">Nothing there yet ...</div>
|
||||||
<div v-else v-masonry transition-duration="1s" item-selector=".wall-item" percent-position="true" id="wall">
|
<div v-else v-masonry transition-duration="1s" item-selector=".wall-item" percent-position="true" id="wall">
|
||||||
|
Loading…
Reference in New Issue
Block a user