mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-25 07:32:19 -05:00
show suggestion form boolean flipped
This commit is contained in:
parent
60f63a1df3
commit
288c8e163f
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user