Closed edman3d closed 1 year ago
instead of army_type: "Infantry and Naval" change to army_type: ["Infantry", "Naval"] so I can create <Chip/> components for them and tag them more easily
army_type: "Infantry and Naval"
army_type: ["Infantry", "Naval"]
<Chip/>
instead of
army_type: "Infantry and Naval"
change toarmy_type: ["Infantry", "Naval"]
so I can create<Chip/>
components for them and tag them more easily