See feed only if logged
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user