docs for OutfitResetModal
This commit is contained in:
parent
821aa7f663
commit
47117d08a3
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,11 @@ import {
|
||||||
Box,
|
Box,
|
||||||
} from "@chakra-ui/core";
|
} from "@chakra-ui/core";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* OutfitResetModal gives the user the ability to reset their outfit, by either
|
||||||
|
* clearing out most of the data, or letting them type in a pet name to load
|
||||||
|
* from Neopets.com!
|
||||||
|
*/
|
||||||
function OutfitResetModal({ isOpen, onClose, dispatchToOutfit }) {
|
function OutfitResetModal({ isOpen, onClose, dispatchToOutfit }) {
|
||||||
const [petName, setPetName] = React.useState("");
|
const [petName, setPetName] = React.useState("");
|
||||||
const [submittedPetName, submitPetName] = React.useState("");
|
const [submittedPetName, submitPetName] = React.useState("");
|
||||||
|
|
Loading…
Reference in a new issue