justindwyer6 / rolling-realms

A fan-made, web-based version of Stonemaier Games' roll-and-write game.
https://rolling-realms.netlify.app
18 stars 3 forks source link

Patch/fix render minigame logic #13

Closed justindwyer6 closed 3 years ago

justindwyer6 commented 3 years ago

I was calling the same component in two different places, which left the potential for them to get out of sync (and they already were out of sync). This PR moves them into a single location.