chiyadev / genshin-schedule

🕑 Genshin farming scheduler
https://genshin.chiya.dev
MIT License
72 stars 17 forks source link

Fix Peak of Vindagnyr minor error #34

Closed lauslim12 closed 3 years ago

lauslim12 commented 3 years ago

Problem

From issue #33, we know that the PeakOfVindagnyr domain is not in order in the domain list, and the Domain of Blessing text is missing.

Cause

I discovered that the cause is that the domain has not been imported yet in the domainCategories.ts file.

Fix

I imported the domain, and it works perfectly. Here is the screenshot of the updated version.

image

Closing

Thank you very much!

Resolves #33

luaneko commented 3 years ago

Coincidentally, just right now I happened to open WebStorm to address the same issue! Thanks for the PR, it looks great :)