Update publishedPosts to use resolved posts
cgen-560af6236467484b8c2a090f8e9b0d7d
This commit is contained in:
parent
d866386b90
commit
8e05c4bdd3
1 changed files with 1 additions and 1 deletions
|
|
@ -337,7 +337,7 @@ export default function Admin() {
|
|||
);
|
||||
|
||||
const totalMembers = managedProfiles.length;
|
||||
const publishedPosts = blogPosts.length;
|
||||
const publishedPosts = resolvedBlogPosts.length;
|
||||
const featuredStudios = studios.length;
|
||||
const pendingProjectApplications = projectApplications.filter((app) => {
|
||||
const status = (app.status ?? "").toLowerCase();
|
||||
|
|
|
|||
Loading…
Reference in a new issue