See feed only if logged

This commit is contained in:
Dominic Villemure
2024-08-29 19:47:58 -04:00
parent 6f98d5415f
commit 60b4c33fab
2 changed files with 1 additions and 2 deletions

View File

@@ -27,8 +27,6 @@ const fetchContents = async () => {
const response = await client.get(uri);
console.log(response.data);
if (response.status >= 200 && response.status < 300) {
contentCount.value = response.data.length;