From 781404ee8fe2e6019dd4b0b6b241f677dd6fdb0c Mon Sep 17 00:00:00 2001 From: Sendou Date: Thu, 9 Jan 2020 14:34:50 +0200 Subject: [PATCH] fixed bug with build after editing defaulting to ap --- frontend-react/src/components/common/BuildCard.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend-react/src/components/common/BuildCard.js b/frontend-react/src/components/common/BuildCard.js index c80c36157..1a4391a92 100644 --- a/frontend-react/src/components/common/BuildCard.js +++ b/frontend-react/src/components/common/BuildCard.js @@ -39,7 +39,10 @@ const BuildCard = ({ { + setApView(false) + editBuildFunction(build) + }} buildsArray={buildsArray} />