diff --git a/src/components/NewEnvironment/index.js b/src/components/NewEnvironment/index.js index 0d4b07d4..a8b0c33f 100644 --- a/src/components/NewEnvironment/index.js +++ b/src/components/NewEnvironment/index.js @@ -134,7 +134,9 @@ const NewEnvironment = ({ {loadingDK ?
: !showDKField ? hashValue(dkValue).substring(0, 25) - : dkValue + : dkValue.length > 80 ? + dkValue.substring(0, 80) + '...' + : dkValue } setShowDKField(!showDKField)}>