From ee077ddac89b22fc4f8987924639d9a186bbba6f Mon Sep 17 00:00:00 2001 From: Shivam Kumar Singh Date: Fri, 3 Dec 2021 20:42:11 +0530 Subject: [PATCH] fix: #5886 --- src/shared/components/Settings/Tools/Software/index.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/shared/components/Settings/Tools/Software/index.jsx b/src/shared/components/Settings/Tools/Software/index.jsx index 1433ab74d3..a7d024f7ef 100644 --- a/src/shared/components/Settings/Tools/Software/index.jsx +++ b/src/shared/components/Settings/Tools/Software/index.jsx @@ -178,6 +178,8 @@ export default class Software extends ConsentComponent { newSoftware, personalizationTrait, isEdit, indexNo, } = this.state; + newSoftware.name = newSoftware.name.trim(); + const { handle, tokenV3, @@ -381,7 +383,7 @@ export default class Software extends ConsentComponent { { isSubmit && ( - + ) }