Refactor stigmata data
This commit is contained in:
@@ -295,7 +295,7 @@ export async function getStaticProps({
|
||||
)
|
||||
const weaponMap = getWeaponMapByIds(weaponIds, locale)
|
||||
|
||||
const stigmataMap = getStigmataMapByIds(stigmataIds)
|
||||
const stigmataMap = getStigmataMapByIds(stigmataIds, locale)
|
||||
|
||||
return {
|
||||
props: {
|
||||
|
||||
Reference in New Issue
Block a user