You've already forked AstralRinth
forked from didirus/AstralRinth
Creator update frontend hotfixes (#1538)
* Fix donation link submission * Refactor Charts to fit edgecase bugs in design * edge and mobile bug fixes * remove dead code * fix width on mobile * Update omorphia version to 0.7.3 * Refactor legend item styling in ChartDisplay.vue * Update package dependencies
This commit is contained in:
@@ -210,6 +210,12 @@ export default defineNuxtComponent({
|
||||
data.donation_urls = donationLinks
|
||||
}
|
||||
|
||||
if (data.donation_urls) {
|
||||
data.donation_urls.forEach((link) => {
|
||||
link.id = link.platform.toLowerCase()
|
||||
})
|
||||
}
|
||||
|
||||
return data
|
||||
},
|
||||
hasChanges() {
|
||||
|
||||
Reference in New Issue
Block a user