Attempted spinlock fix (#2321)

This commit is contained in:
WithoutPants
2022-02-18 10:40:03 +11:00
committed by GitHub
parent c62b0b28ed
commit 358545579a
2 changed files with 24 additions and 16 deletions

View File

@@ -59,8 +59,6 @@ export const SubmitStashBoxDraft: React.FC<IProps> = ({
const handleSelectBox = (e: React.ChangeEvent<HTMLSelectElement>) =>
setSelectedBox(Number.parseInt(e.currentTarget.value) ?? 0);
console.log(data);
return (
<Modal
icon="paper-plane"