mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-27 21:55:15 -05:00
fixed bug with build after editing defaulting to ap
This commit is contained in:
@@ -39,7 +39,10 @@ const BuildCard = ({
|
||||
<AddBuildForm
|
||||
existingBuild={build}
|
||||
setShowEdit={setShowEdit}
|
||||
editBuildFunction={editBuildFunction}
|
||||
editBuildFunction={build => {
|
||||
setApView(false)
|
||||
editBuildFunction(build)
|
||||
}}
|
||||
buildsArray={buildsArray}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user