You've already forked AstralRinth
forked from didirus/AstralRinth
Fix moderation + oauth (#1515)
This commit is contained in:
@@ -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 &&
|
||||
!(
|
||||
|
||||
Reference in New Issue
Block a user