Fix moderation + oauth (#1515)

This commit is contained in:
Geometrically
2024-01-07 00:17:22 -05:00
committed by GitHub
parent 82e9ad8a20
commit 1fa556cd00
4 changed files with 25 additions and 14 deletions

View File

@@ -10,7 +10,7 @@
</p>
</div>
<ChartDisplay :projects="projects" />
<ChartDisplay :projects="projects.map((x) => ({ title: x.name, ...x }))" />
</div>
</template>