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

@@ -199,11 +199,6 @@ export default defineNuxtComponent({
}
const donationLinks = this.donationLinks.filter((link) => link.url && link.platform)
donationLinks.forEach((link) => {
link.id = this.tags.donationPlatforms.find(
(platform) => platform.name === link.platform
).short
})
if (
donationLinks !== this.project.donation_urls &&
!(