Revert "feat: Show popular articles on widget home" (#7706)
This commit is contained in:
@@ -23,6 +23,7 @@ export const actions = {
|
||||
try {
|
||||
const { data } = await getMostReadArticles(slug, locale);
|
||||
const { payload = [] } = data;
|
||||
|
||||
if (payload.length) {
|
||||
commit('setArticles', payload);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user