mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-14 15:16:09 -05:00
show suggestion form boolean flipped
This commit is contained in:
@@ -38,7 +38,7 @@ const getAction = (success, onClick) => {
|
||||
}
|
||||
|
||||
const PlusPage = () => {
|
||||
const [showSuggestionForm, setShowSuggestionForm] = useState(true)
|
||||
const [showSuggestionForm, setShowSuggestionForm] = useState(false)
|
||||
const plusOneRef = useRef(null)
|
||||
const [plusOneCopySuccess, setPlusOneCopySuccess] = useState(false)
|
||||
const plusTwoRef = useRef(null)
|
||||
|
||||
Reference in New Issue
Block a user